public static class IdcsCreatedBy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IdcsCreatedBy |
build() |
IdcsCreatedBy.Builder |
copy(IdcsCreatedBy model) |
IdcsCreatedBy.Builder |
display(String display)
The displayName of the User or App who created this Resource
|
IdcsCreatedBy.Builder |
ocid(String ocid)
The OCID of the SCIM resource that represents the User or App who created this Resource
|
IdcsCreatedBy.Builder |
ref(String ref)
The URI of the SCIM resource that represents the User or App who created this Resource
|
IdcsCreatedBy.Builder |
type(IdcsCreatedBy.Type type)
The type of resource, User or App, that created this Resource
|
IdcsCreatedBy.Builder |
value(String value)
The ID of the SCIM resource that represents the User or App who created this Resource
|
public IdcsCreatedBy.Builder value(String value)
The ID of the SCIM resource that represents the User or App who created 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 IdcsCreatedBy.Builder ref(String ref)
The URI of the SCIM resource that represents the User or App who created 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 IdcsCreatedBy.Builder type(IdcsCreatedBy.Type type)
The type of resource, User or App, that created 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 IdcsCreatedBy.Builder display(String display)
The displayName of the User or App who created 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 IdcsCreatedBy.Builder ocid(String ocid)
The OCID of the SCIM resource that represents the User or App who created this Resource
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - returned: default - type: string - uniqueness: none
ocid
- the value to setpublic IdcsCreatedBy build()
public IdcsCreatedBy.Builder copy(IdcsCreatedBy model)
Copyright © 2016–2024. All rights reserved.