Class UserExtManager.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public UserExtManager.Builder value​(String value)
        The id of the SCIM resource representing the User’s manager.

        RECOMMENDED.

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

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

        public UserExtManager.Builder ref​(String ref)
        The URI of the SCIM resource representing the User’s manager.

        RECOMMENDED.

        *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
      • displayName

        public UserExtManager.Builder displayName​(String displayName)
        The displayName of the User’s manager.

        OPTIONAL and READ-ONLY.

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

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