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