public static class ApprovalWorkflowAssignmentAssignedTo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApprovalWorkflowAssignmentAssignedTo |
build() |
ApprovalWorkflowAssignmentAssignedTo.Builder |
copy(ApprovalWorkflowAssignmentAssignedTo model) |
ApprovalWorkflowAssignmentAssignedTo.Builder |
description(String description)
Description
|
ApprovalWorkflowAssignmentAssignedTo.Builder |
display(String display)
Display name of the resource for which Approval Workflow is assigned
|
ApprovalWorkflowAssignmentAssignedTo.Builder |
ocid(String ocid)
Ocid of the resource for which Approval Workflow is assigned
|
ApprovalWorkflowAssignmentAssignedTo.Builder |
type(ApprovalWorkflowAssignmentAssignedTo.Type type)
Type of the resource (stripe and non-stripe) for which Approval Workflow is assigned
|
ApprovalWorkflowAssignmentAssignedTo.Builder |
value(String value)
Identifier of the resource for which Approval Workflow is assigned
|
public ApprovalWorkflowAssignmentAssignedTo.Builder value(String value)
Identifier of the resource for which Approval Workflow is assigned
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
value
- the value to setpublic ApprovalWorkflowAssignmentAssignedTo.Builder ocid(String ocid)
Ocid of the resource for which Approval Workflow is assigned
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: always - type: string - uniqueness: none
ocid
- the value to setpublic ApprovalWorkflowAssignmentAssignedTo.Builder type(ApprovalWorkflowAssignmentAssignedTo.Type type)
Type of the resource (stripe and non-stripe) for which Approval Workflow is assigned
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
type
- the value to setpublic ApprovalWorkflowAssignmentAssignedTo.Builder display(String display)
Display name of the resource for which Approval Workflow is assigned
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
display
- the value to setpublic ApprovalWorkflowAssignmentAssignedTo.Builder description(String description)
Description
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
description
- the value to setpublic ApprovalWorkflowAssignmentAssignedTo build()
public ApprovalWorkflowAssignmentAssignedTo.Builder copy(ApprovalWorkflowAssignmentAssignedTo model)
Copyright © 2016–2024. All rights reserved.