Class AppIdentityBridges.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppIdentityBridges.Builder
-
- Enclosing class:
- AppIdentityBridges
public static class AppIdentityBridges.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppIdentityBridges
build()
AppIdentityBridges.Builder
copy(AppIdentityBridges model)
AppIdentityBridges.Builder
name(String name)
Name of the IdentityBridge associated with the App.AppIdentityBridges.Builder
ref(String ref)
The URI of the IdentityBridge associated with the App.AppIdentityBridges.Builder
value(String value)
The Id of the IdentityBridge associated with the App.
-
-
-
Method Detail
-
value
public 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
-
ref
public 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
-
name
public 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
-
build
public AppIdentityBridges build()
-
copy
public AppIdentityBridges.Builder copy(AppIdentityBridges model)
-
-