public static class AppUserRoles.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppUserRoles |
build() |
AppUserRoles.Builder |
copy(AppUserRoles model) |
AppUserRoles.Builder |
description(String description)
The description of the AppRole.
|
AppUserRoles.Builder |
display(String display)
Display-name of the AppRole.
|
AppUserRoles.Builder |
ref(String ref)
URI of the AppRole.
|
AppUserRoles.Builder |
value(String value)
ID of the AppRole.
|
public AppUserRoles.Builder value(String value)
ID of the AppRole.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic AppUserRoles.Builder ref(String ref)
URI of the AppRole.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic AppUserRoles.Builder display(String display)
Display-name of the AppRole.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic AppUserRoles.Builder description(String description)
The description of the AppRole.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
description
- the value to setpublic AppUserRoles build()
public AppUserRoles.Builder copy(AppUserRoles model)
Copyright © 2016–2024. All rights reserved.