Class UserExtSyncedFromApp.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public UserExtSyncedFromApp.Builder value​(String value)
        App identifier

        *Added In:** 18.2.6

        *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none

        Parameters:
        value - the value to set
        Returns:
        this builder
      • type

        public UserExtSyncedFromApp.Builder type​(UserExtSyncedFromApp.Type type)
        A label that indicates whether this is an App or IdentitySource.

        *Added In:** 18.2.6

        *SCIM++ Properties:** - idcsDefaultValue: IdentitySource - idcsSearchable: false - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none

        Parameters:
        type - the value to set
        Returns:
        this builder
      • ref

        public UserExtSyncedFromApp.Builder ref​(String ref)
        App URI

        *Added In:** 18.2.6

        *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none

        Parameters:
        ref - the value to set
        Returns:
        this builder
      • display

        public UserExtSyncedFromApp.Builder display​(String display)
        App Display Name

        *Added In:** 18.2.6

        *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        display - the value to set
        Returns:
        this builder