Class GroupExtOwners.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.GroupExtOwners.Builder
-
- Enclosing class:
- GroupExtOwners
public static class GroupExtOwners.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupExtOwners
build()
GroupExtOwners.Builder
copy(GroupExtOwners model)
GroupExtOwners.Builder
display(String display)
Owner display nameGroupExtOwners.Builder
ref(String ref)
The URI that corresponds to the owning Resource of this GroupGroupExtOwners.Builder
type(GroupExtOwners.Type type)
Indicates the type of resource–for example, User or GroupGroupExtOwners.Builder
value(String value)
ID of the owner of this Group
-
-
-
Method Detail
-
value
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
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public 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
- Parameters:
ref
- the value to set- Returns:
- this builder
-
display
public 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
- Parameters:
display
- the value to set- Returns:
- this builder
-
type
public 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
- Parameters:
type
- the value to set- Returns:
- this builder
-
build
public GroupExtOwners build()
-
copy
public GroupExtOwners.Builder copy(GroupExtOwners model)
-
-