public static class SelfRegistrationProfileDefaultGroups.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SelfRegistrationProfileDefaultGroups |
build() |
SelfRegistrationProfileDefaultGroups.Builder |
copy(SelfRegistrationProfileDefaultGroups model) |
SelfRegistrationProfileDefaultGroups.Builder |
display(String display)
A human readable name, primarily used for display purposes.
|
SelfRegistrationProfileDefaultGroups.Builder |
ref(String ref)
URI of the Default Group
|
SelfRegistrationProfileDefaultGroups.Builder |
value(String value)
Identifier of the Default Group.
|
public SelfRegistrationProfileDefaultGroups.Builder value(String value)
Identifier of the Default Group.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic SelfRegistrationProfileDefaultGroups.Builder ref(String ref)
URI of the Default Group
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic SelfRegistrationProfileDefaultGroups.Builder display(String display)
A human readable name, primarily used for display purposes. READ-ONLY.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic SelfRegistrationProfileDefaultGroups build()
public SelfRegistrationProfileDefaultGroups.Builder copy(SelfRegistrationProfileDefaultGroups model)
Copyright © 2016–2024. All rights reserved.