Class UserExtSocialAccounts.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • display

        public UserExtSocialAccounts.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: default - type: string - uniqueness: none

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

        public UserExtSocialAccounts.Builder ref​(String ref)
        The URI of the corresponding SocialAccount resource linked with the user

        *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