Class PasswordPolicyGroups.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.PasswordPolicyGroups.Builder
-
- Enclosing class:
- PasswordPolicyGroups
public static class PasswordPolicyGroups.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordPolicyGroups
build()
PasswordPolicyGroups.Builder
copy(PasswordPolicyGroups model)
PasswordPolicyGroups.Builder
display(String display)
Group Display NamePasswordPolicyGroups.Builder
ref(String ref)
The URI of the corresponding Group resource to which the password policy belongsPasswordPolicyGroups.Builder
value(String value)
The identifier of the group.
-
-
-
Method Detail
-
value
public PasswordPolicyGroups.Builder value(String value)
The identifier of the group.*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public PasswordPolicyGroups.Builder ref(String ref)
The URI of the corresponding Group resource to which the password policy belongs*Added In:** 20.1.3
*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
-
display
public PasswordPolicyGroups.Builder display(String display)
Group Display Name*Added In:** 20.1.3
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
display
- the value to set- Returns:
- this builder
-
build
public PasswordPolicyGroups build()
-
copy
public PasswordPolicyGroups.Builder copy(PasswordPolicyGroups model)
-
-