Class AppEditableAttributes.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppEditableAttributes.Builder
 
- 
- Enclosing class:
- AppEditableAttributes
 
 public static class AppEditableAttributes.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppEditableAttributesbuild()AppEditableAttributes.Buildercopy(AppEditableAttributes model)AppEditableAttributes.Buildername(String name)Name of the attribute.
 
- 
- 
- 
Method Detail- 
namepublic 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
 
 - 
buildpublic AppEditableAttributes build() 
 - 
copypublic AppEditableAttributes.Builder copy(AppEditableAttributes model) 
 
- 
 
-