Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GrantApp |
build() |
GrantApp.Builder |
copy(GrantApp model) |
GrantApp.Builder |
display(String display)
Application display name
|
GrantApp.Builder |
ref(String ref)
Application URI
|
GrantApp.Builder |
value(String value)
Application identifier
|
public GrantApp.Builder value(String value)
Application identifier
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic GrantApp.Builder ref(String ref)
Application URI
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic GrantApp.Builder display(String display)
Application display name
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
display
- the value to setpublic GrantApp build()
public GrantApp.Builder copy(GrantApp model)
Copyright © 2016–2024. All rights reserved.