Class AppEditableAttributes.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppEditableAttributes.Builder
-
- Enclosing class:
- AppEditableAttributes
public static class AppEditableAttributes.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppEditableAttributes
build()
AppEditableAttributes.Builder
copy(AppEditableAttributes model)
AppEditableAttributes.Builder
name(String name)
Name of the attribute.
-
-
-
Method Detail
-
name
public AppEditableAttributes.Builder name(String name)
Name of the attribute.The attribute name will be qualified by schema name if any extension schema defines the attribute. The attribute name will not be qualified by schema name if the base schema defines the attribute.
*Added In:** 18.2.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
- Parameters:
name
- the value to set- Returns:
- this builder
-
build
public AppEditableAttributes build()
-
copy
public AppEditableAttributes.Builder copy(AppEditableAttributes model)
-
-