Class Tags.Builder

  • Enclosing class:
    Tags

    public static class Tags.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public Tags.Builder key​(String key)
        Key or name of the tag.

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

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

        public Tags.Builder value​(String value)
        Value of the tag.

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

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

        public Tags build()