public static class IdcsLastModifiedBy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IdcsLastModifiedBy |
build() |
IdcsLastModifiedBy.Builder |
copy(IdcsLastModifiedBy model) |
IdcsLastModifiedBy.Builder |
display(String display)
The displayName of the User or App who modified this Resource
|
IdcsLastModifiedBy.Builder |
ocid(String ocid)
The OCID of the SCIM resource that represents the User or App who modified this Resource
|
IdcsLastModifiedBy.Builder |
ref(String ref)
The URI of the SCIM resource that represents the User or App who modified this Resource
|
IdcsLastModifiedBy.Builder |
type(IdcsLastModifiedBy.Type type)
The type of resource, User or App, that modified this Resource
|
IdcsLastModifiedBy.Builder |
value(String value)
The ID of the SCIM resource that represents the User or App who modified this Resource
|
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
value
- the value to setpublic 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
ref
- the value to setpublic 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
type
- the value to setpublic 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
display
- the value to setpublic 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
ocid
- the value to setpublic IdcsLastModifiedBy build()
public IdcsLastModifiedBy.Builder copy(IdcsLastModifiedBy model)
Copyright © 2016–2024. All rights reserved.