public static class GrantGrantor.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GrantGrantor |
build() |
GrantGrantor.Builder |
copy(GrantGrantor model) |
GrantGrantor.Builder |
display(String display)
Grantor display name
|
GrantGrantor.Builder |
ref(String ref)
Grantor URI
|
GrantGrantor.Builder |
type(GrantGrantor.Type type)
Resource type of the grantor.
|
GrantGrantor.Builder |
value(String value)
Grantor user identifier
|
public GrantGrantor.Builder value(String value)
Grantor user identifier
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
value
- the value to setpublic GrantGrantor.Builder ref(String ref)
Grantor URI
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic GrantGrantor.Builder type(GrantGrantor.Type type)
Resource type of the grantor. Allowed values are User and App.
*SCIM++ Properties:** - caseExact: true - idcsDefaultValue: User - idcsSearchable: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
type
- the value to setpublic GrantGrantor.Builder display(String display)
Grantor display name
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
display
- the value to setpublic GrantGrantor build()
public GrantGrantor.Builder copy(GrantGrantor model)
Copyright © 2016–2024. All rights reserved.