public static class GroupExtSyncedFromApp.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GroupExtSyncedFromApp |
build() |
GroupExtSyncedFromApp.Builder |
copy(GroupExtSyncedFromApp model) |
GroupExtSyncedFromApp.Builder |
display(String display)
App Display Name
|
GroupExtSyncedFromApp.Builder |
ref(String ref)
App URI
|
GroupExtSyncedFromApp.Builder |
type(GroupExtSyncedFromApp.Type type)
The type of the entity that created this Group.
|
GroupExtSyncedFromApp.Builder |
value(String value)
The ID of the App.
|
public GroupExtSyncedFromApp.Builder value(String value)
The ID of the App.
*Added In:** 18.4.2
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic GroupExtSyncedFromApp.Builder type(GroupExtSyncedFromApp.Type type)
The type of the entity that created this Group.
*Added In:** 18.4.2
*SCIM++ Properties:** - idcsDefaultValue: App - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
type
- the value to setpublic GroupExtSyncedFromApp.Builder ref(String ref)
App URI
*Added In:** 18.4.2
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic GroupExtSyncedFromApp.Builder display(String display)
App Display Name
*Added In:** 18.4.2
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic GroupExtSyncedFromApp build()
public GroupExtSyncedFromApp.Builder copy(GroupExtSyncedFromApp model)
Copyright © 2016–2024. All rights reserved.