public static class AppAdminRoles.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppAdminRoles |
build() |
AppAdminRoles.Builder |
copy(AppAdminRoles model) |
AppAdminRoles.Builder |
description(String description)
The description of the AppRole.
|
AppAdminRoles.Builder |
display(String display)
Display-name of the AppRole.
|
AppAdminRoles.Builder |
ref(String ref)
URI of the AppRole.
|
AppAdminRoles.Builder |
value(String value)
ID of the AppRole.
|
public AppAdminRoles.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 AppAdminRoles.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 AppAdminRoles.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 AppAdminRoles.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 AppAdminRoles build()
public AppAdminRoles.Builder copy(AppAdminRoles model)
Copyright © 2016–2024. All rights reserved.