Class ApprovalWorkflowAssignmentAssignedTo.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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