Class IdcsLastModifiedBy.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.IdcsLastModifiedBy.Builder
-
- Enclosing class:
- IdcsLastModifiedBy
public static class IdcsLastModifiedBy.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdcsLastModifiedBy
build()
IdcsLastModifiedBy.Builder
copy(IdcsLastModifiedBy model)
IdcsLastModifiedBy.Builder
display(String display)
The displayName of the User or App who modified this ResourceIdcsLastModifiedBy.Builder
ocid(String ocid)
The OCID of the SCIM resource that represents the User or App who modified this ResourceIdcsLastModifiedBy.Builder
ref(String ref)
The URI of the SCIM resource that represents the User or App who modified this ResourceIdcsLastModifiedBy.Builder
type(IdcsLastModifiedBy.Type type)
The type of resource, User or App, that modified this ResourceIdcsLastModifiedBy.Builder
value(String value)
The ID of the SCIM resource that represents the User or App who modified this Resource
-
-
-
Method Detail
-
value
public IdcsLastModifiedBy.Builder value(String value)
The ID of the SCIM resource that represents the User or App who modified this Resource*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public IdcsLastModifiedBy.Builder ref(String ref)
The URI of the SCIM resource that represents the User or App who modified this Resource*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
-
type
public IdcsLastModifiedBy.Builder type(IdcsLastModifiedBy.Type type)
The type of resource, User or App, that modified this Resource*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
type
- the value to set- Returns:
- this builder
-
display
public IdcsLastModifiedBy.Builder display(String display)
The displayName of the User or App who modified this Resource*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
display
- the value to set- Returns:
- this builder
-
ocid
public IdcsLastModifiedBy.Builder ocid(String ocid)
The OCID of the SCIM resource that represents the User or App who modified this Resource*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - returned: default - type: string - uniqueness: none
- Parameters:
ocid
- the value to set- Returns:
- this builder
-
build
public IdcsLastModifiedBy build()
-
copy
public IdcsLastModifiedBy.Builder copy(IdcsLastModifiedBy model)
-
-