Class AppAsOPCService.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppAsOPCService.Builder
-
- Enclosing class:
- AppAsOPCService
public static class AppAsOPCService.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppAsOPCService
build()
AppAsOPCService.Builder
copy(AppAsOPCService model)
AppAsOPCService.Builder
ref(String ref)
URI of the OPCService facet.AppAsOPCService.Builder
value(String value)
Identifier of the OPCService facet.
-
-
-
Method Detail
-
value
public AppAsOPCService.Builder value(String value)
Identifier of the OPCService facet.*Deprecated Since: 17.3.4**
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public AppAsOPCService.Builder ref(String ref)
URI of the OPCService facet.*Deprecated Since: 17.3.4**
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
- Parameters:
ref
- the value to set- Returns:
- this builder
-
build
public AppAsOPCService build()
-
copy
public AppAsOPCService.Builder copy(AppAsOPCService model)
-
-