Class AppIdentityBridges.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppIdentityBridges.Builder
 
- 
- Enclosing class:
- AppIdentityBridges
 
 public static class AppIdentityBridges.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppIdentityBridgesbuild()AppIdentityBridges.Buildercopy(AppIdentityBridges model)AppIdentityBridges.Buildername(String name)Name of the IdentityBridge associated with the App.AppIdentityBridges.Builderref(String ref)The URI of the IdentityBridge associated with the App.AppIdentityBridges.Buildervalue(String value)The Id of the IdentityBridge associated with the App.
 
- 
- 
- 
Method Detail- 
valuepublic AppIdentityBridges.Builder value(String value) The Id of the IdentityBridge associated with the App.*Added In:** 19.1.4 *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
refpublic AppIdentityBridges.Builder ref(String ref) The URI of the IdentityBridge associated with the App.*Added In:** 19.1.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
 
 - 
namepublic AppIdentityBridges.Builder name(String name) Name of the IdentityBridge associated with the App.*Added In:** 19.1.4 *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
buildpublic AppIdentityBridges build() 
 - 
copypublic AppIdentityBridges.Builder copy(AppIdentityBridges model) 
 
- 
 
-