public static class AppEditableAttributes.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppEditableAttributes |
build() |
AppEditableAttributes.Builder |
copy(AppEditableAttributes model) |
AppEditableAttributes.Builder |
name(String name)
Name of the attribute.
|
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
name
- the value to setpublic AppEditableAttributes build()
public AppEditableAttributes.Builder copy(AppEditableAttributes model)
Copyright © 2016–2024. All rights reserved.