Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserRoles |
build() |
UserRoles.Builder |
copy(UserRoles model) |
UserRoles.Builder |
display(String display)
A human readable name, primarily used for display purposes.
|
UserRoles.Builder |
primary(Boolean primary)
A Boolean value indicating the ‘primary’ or preferred attribute value for this attribute.
|
UserRoles.Builder |
type(String type)
A label indicating the attribute’s function.
|
UserRoles.Builder |
value(String value)
The value of a role.
|
public UserRoles.Builder value(String value)
The value of a role.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic UserRoles.Builder display(String display)
A human readable name, primarily used for display purposes.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic UserRoles.Builder type(String type)
A label indicating the attribute’s function.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
type
- the value to setpublic UserRoles.Builder primary(Boolean primary)
A Boolean value indicating the ‘primary’ or preferred attribute value for this attribute. The primary attribute value ‘true’ MUST appear no more than once.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
primary
- the value to setpublic UserRoles build()
public UserRoles.Builder copy(UserRoles model)
Copyright © 2016–2024. All rights reserved.