Class GrantGrantor.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public GrantGrantor.Builder value​(String value)
        Grantor user identifier

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

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

        public GrantGrantor.Builder ref​(String ref)
        Grantor URI

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

        public GrantGrantor.Builder type​(GrantGrantor.Type type)
        Resource type of the grantor.

        Allowed values are User and App.

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

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

        public GrantGrantor.Builder display​(String display)
        Grantor display name

        *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