Class AppAppResources.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppAppResources.Builder
-
- Enclosing class:
- AppAppResources
public static class AppAppResources.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppAppResources
build()
AppAppResources.Builder
copy(AppAppResources model)
AppAppResources.Builder
ref(String ref)
The URI of an AppResource of this App.AppAppResources.Builder
value(String value)
The id of an AppResource of this App.
-
-
-
Method Detail
-
value
public AppAppResources.Builder value(String value)
The id of an AppResource of this App.*Added In:** 19.2.1
*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 AppAppResources.Builder ref(String ref)
The URI of an AppResource of this App.*Added In:** 19.2.1
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: reference - uniqueness: none
- Parameters:
ref
- the value to set- Returns:
- this builder
-
build
public AppAppResources build()
-
copy
public AppAppResources.Builder copy(AppAppResources model)
-
-