Class GroupExtOwners.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public GroupExtOwners.Builder value​(String value)
        ID of the owner of this Group

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

        public GroupExtOwners.Builder ref​(String ref)
        The URI that corresponds to the owning Resource of this Group

        *SCIM++ Properties:** - caseExact: true - 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 GroupExtOwners.Builder display​(String display)
        Owner display name

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

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

        public GroupExtOwners.Builder type​(GroupExtOwners.Type type)
        Indicates the type of resource–for example, User or Group

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

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