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