public static class MyDeviceUser.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MyDeviceUser |
build() |
MyDeviceUser.Builder |
copy(MyDeviceUser model) |
MyDeviceUser.Builder |
display(String display)
User display name
|
MyDeviceUser.Builder |
ocid(String ocid)
The OCID of the user
|
MyDeviceUser.Builder |
ref(String ref)
The URI that corresponds to the member Resource of this device
|
MyDeviceUser.Builder |
value(String value)
The identifier of the user
|
public MyDeviceUser.Builder value(String value)
The identifier of the user
*Deprecated Since: 17.3.4**
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: always - type: string - uniqueness: none - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true
value
- the value to setpublic MyDeviceUser.Builder ref(String ref)
The URI that corresponds to the member Resource of this device
*Deprecated Since: 17.3.4**
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true
ref
- the value to setpublic MyDeviceUser.Builder display(String display)
User display name
*Deprecated Since: 17.3.4**
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic MyDeviceUser.Builder ocid(String ocid)
The OCID of the user
*Added In:** 2105091740
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: always - type: string - uniqueness: none - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true
ocid
- the value to setpublic MyDeviceUser build()
public MyDeviceUser.Builder copy(MyDeviceUser model)
Copyright © 2016–2024. All rights reserved.