Class GrantApp.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.GrantApp.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GrantApp
build()
GrantApp.Builder
copy(GrantApp model)
GrantApp.Builder
display(String display)
Application display nameGrantApp.Builder
ref(String ref)
Application URIGrantApp.Builder
value(String value)
Application identifier
-
-
-
Method Detail
-
value
public GrantApp.Builder value(String value)
Application identifier*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public GrantApp.Builder ref(String ref)
Application URI*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 GrantApp.Builder display(String display)
Application display name*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
- Parameters:
display
- the value to set- Returns:
- this builder
-
build
public GrantApp build()
-
copy
public GrantApp.Builder copy(GrantApp model)
-
-