Class AppIdpPolicy.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppIdpPolicy.Builder
-
- Enclosing class:
- AppIdpPolicy
public static class AppIdpPolicy.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppIdpPolicy
build()
AppIdpPolicy.Builder
copy(AppIdpPolicy model)
AppIdpPolicy.Builder
ref(String ref)
URI of the policy.AppIdpPolicy.Builder
value(String value)
Identifier of the Policy.
-
-
-
Method Detail
-
value
public AppIdpPolicy.Builder value(String value)
Identifier of the Policy.*Added In:** 18.1.2
*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 AppIdpPolicy.Builder ref(String ref)
URI of the policy.*Added In:** 18.1.2
*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 AppIdpPolicy build()
-
copy
public AppIdpPolicy.Builder copy(AppIdpPolicy model)
-
-