public static class GroupExtOwners.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GroupExtOwners |
build() |
GroupExtOwners.Builder |
copy(GroupExtOwners model) |
GroupExtOwners.Builder |
display(String display)
Owner display name
|
GroupExtOwners.Builder |
ref(String ref)
The URI that corresponds to the owning Resource of this Group
|
GroupExtOwners.Builder |
type(GroupExtOwners.Type type)
Indicates the type of resource–for example, User or Group
|
GroupExtOwners.Builder |
value(String value)
ID of the owner of this Group
|
public GroupExtOwners.Builder value(String value)
ID of the owner of this Group
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
value
- the value to setpublic GroupExtOwners.Builder ref(String ref)
The URI that corresponds to the owning Resource of this Group
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic GroupExtOwners.Builder display(String display)
Owner display name
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic GroupExtOwners.Builder type(GroupExtOwners.Type type)
Indicates the type of resource–for example, User or Group
*SCIM++ Properties:** - caseExact: true - idcsDefaultValue: User - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
type
- the value to setpublic GroupExtOwners build()
public GroupExtOwners.Builder copy(GroupExtOwners model)
Copyright © 2016–2024. All rights reserved.