Class AppAdminRoles.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppAdminRoles.Builder
-
- Enclosing class:
- AppAdminRoles
public static class AppAdminRoles.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppAdminRoles
build()
AppAdminRoles.Builder
copy(AppAdminRoles model)
AppAdminRoles.Builder
description(String description)
The description of the AppRole.AppAdminRoles.Builder
display(String display)
Display-name of the AppRole.AppAdminRoles.Builder
ref(String ref)
URI of the AppRole.AppAdminRoles.Builder
value(String value)
ID of the AppRole.
-
-
-
Method Detail
-
value
public AppAdminRoles.Builder value(String value)
ID of the AppRole.*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public AppAdminRoles.Builder ref(String ref)
URI of the AppRole.*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 AppAdminRoles.Builder display(String display)
Display-name of the AppRole.*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
-
description
public AppAdminRoles.Builder description(String description)
The description of the AppRole.*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public AppAdminRoles build()
-
copy
public AppAdminRoles.Builder copy(AppAdminRoles model)
-
-