Class Tags.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.Tags.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
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()
-
copy
public Tags.Builder copy(Tags model)
-
-