public static class UserExtSyncedFromApp.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtSyncedFromApp |
build() |
UserExtSyncedFromApp.Builder |
copy(UserExtSyncedFromApp model) |
UserExtSyncedFromApp.Builder |
display(String display)
App Display Name
|
UserExtSyncedFromApp.Builder |
ref(String ref)
App URI
|
UserExtSyncedFromApp.Builder |
type(UserExtSyncedFromApp.Type type)
A label that indicates whether this is an App or IdentitySource.
|
UserExtSyncedFromApp.Builder |
value(String value)
App identifier
|
public UserExtSyncedFromApp.Builder value(String value)
App identifier
*Added In:** 18.2.6
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic UserExtSyncedFromApp.Builder type(UserExtSyncedFromApp.Type type)
A label that indicates whether this is an App or IdentitySource.
*Added In:** 18.2.6
*SCIM++ Properties:** - idcsDefaultValue: IdentitySource - idcsSearchable: false - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none
type
- the value to setpublic UserExtSyncedFromApp.Builder ref(String ref)
App URI
*Added In:** 18.2.6
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic UserExtSyncedFromApp.Builder display(String display)
App Display Name
*Added In:** 18.2.6
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic UserExtSyncedFromApp build()
public UserExtSyncedFromApp.Builder copy(UserExtSyncedFromApp model)
Copyright © 2016–2024. All rights reserved.