Class ApprovalWorkflowAssignmentAssignedTo.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.ApprovalWorkflowAssignmentAssignedTo.Builder
-
- Enclosing class:
- ApprovalWorkflowAssignmentAssignedTo
public static class ApprovalWorkflowAssignmentAssignedTo.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApprovalWorkflowAssignmentAssignedTo
build()
ApprovalWorkflowAssignmentAssignedTo.Builder
copy(ApprovalWorkflowAssignmentAssignedTo model)
ApprovalWorkflowAssignmentAssignedTo.Builder
description(String description)
DescriptionApprovalWorkflowAssignmentAssignedTo.Builder
display(String display)
Display name of the resource for which Approval Workflow is assignedApprovalWorkflowAssignmentAssignedTo.Builder
ocid(String ocid)
Ocid of the resource for which Approval Workflow is assignedApprovalWorkflowAssignmentAssignedTo.Builder
type(ApprovalWorkflowAssignmentAssignedTo.Type type)
Type of the resource (stripe and non-stripe) for which Approval Workflow is assignedApprovalWorkflowAssignmentAssignedTo.Builder
value(String value)
Identifier of the resource for which Approval Workflow is assigned
-
-
-
Method Detail
-
value
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
- Parameters:
value
- the value to set- Returns:
- this builder
-
ocid
public 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
- Parameters:
ocid
- the value to set- Returns:
- this builder
-
type
public 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
- Parameters:
type
- the value to set- Returns:
- this builder
-
display
public 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
- Parameters:
display
- the value to set- Returns:
- this builder
-
description
public ApprovalWorkflowAssignmentAssignedTo.Builder description(String description)
Description*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public ApprovalWorkflowAssignmentAssignedTo build()
-
copy
public ApprovalWorkflowAssignmentAssignedTo.Builder copy(ApprovalWorkflowAssignmentAssignedTo model)
-
-