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