Class AppAllowedTags.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppAllowedTags.Builder
-
- Enclosing class:
- AppAllowedTags
public static class AppAllowedTags.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppAllowedTagsbuild()AppAllowedTags.Buildercopy(AppAllowedTags model)AppAllowedTags.Builderkey(String key)Key or name of the allowed tag.AppAllowedTags.BuilderreadOnly(Boolean readOnly)If true, indicates that this value must be protected.AppAllowedTags.Buildervalue(String value)Value of the allowed tag.
-
-
-
Method Detail
-
key
public AppAllowedTags.Builder key(String key)
Key or name of the allowed tag.*Added In:** 17.4.6
*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 AppAllowedTags.Builder value(String value)
Value of the allowed tag.*Added In:** 17.4.6
*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
-
readOnly
public AppAllowedTags.Builder readOnly(Boolean readOnly)
If true, indicates that this value must be protected.*Added In:** 18.2.2
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: boolean - uniqueness: none
- Parameters:
readOnly- the value to set- Returns:
- this builder
-
build
public AppAllowedTags build()
-
copy
public AppAllowedTags.Builder copy(AppAllowedTags model)
-
-