Class UserExtSelfRegistrationProfile.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public UserExtSelfRegistrationProfile.Builder value​(String value)
        Self Registration Profile Id

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

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

        public UserExtSelfRegistrationProfile.Builder ref​(String ref)
        URI of the profile.

        *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 UserExtSelfRegistrationProfile.Builder display​(String display)
        A human readable name, primarily used for display purposes.

        READ-ONLY.

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

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