Class AppAsOPCService.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppAsOPCService.Builder
 
- 
- Enclosing class:
- AppAsOPCService
 
 public static class AppAsOPCService.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppAsOPCServicebuild()AppAsOPCService.Buildercopy(AppAsOPCService model)AppAsOPCService.Builderref(String ref)URI of the OPCService facet.AppAsOPCService.Buildervalue(String value)Identifier of the OPCService facet.
 
- 
- 
- 
Method Detail- 
valuepublic 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
 
 - 
refpublic 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
 
 - 
buildpublic AppAsOPCService build() 
 - 
copypublic AppAsOPCService.Builder copy(AppAsOPCService model) 
 
- 
 
-