Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Tags |
build() |
Tags.Builder |
copy(Tags model) |
Tags.Builder |
key(String key)
Key or name of the tag.
|
Tags.Builder |
value(String value)
Value of the tag.
|
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
key
- the value to setpublic 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
value
- the value to setpublic Tags build()
public Tags.Builder copy(Tags model)
Copyright © 2016–2024. All rights reserved.