Class AppBasedOnTemplate.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppBasedOnTemplate.Builder
-
- Enclosing class:
- AppBasedOnTemplate
public static class AppBasedOnTemplate.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppBasedOnTemplate
build()
AppBasedOnTemplate.Builder
copy(AppBasedOnTemplate model)
AppBasedOnTemplate.Builder
lastModified(String lastModified)
The most recent DateTime that the appTemplate on which the application based upon is updated.AppBasedOnTemplate.Builder
ref(String ref)
URI of the application template.AppBasedOnTemplate.Builder
value(String value)
Identifier of the application template.AppBasedOnTemplate.Builder
wellKnownId(String wellKnownId)
Unique Well-known identifier used to reference app template.
-
-
-
Method Detail
-
value
public AppBasedOnTemplate.Builder value(String value)
Identifier of the application template.*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: always - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public AppBasedOnTemplate.Builder ref(String ref)
URI of the application template.*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
-
lastModified
public AppBasedOnTemplate.Builder lastModified(String lastModified)
The most recent DateTime that the appTemplate on which the application based upon is updated.The attribute MUST be a DateTime.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: dateTime - uniqueness: none
- Parameters:
lastModified
- the value to set- Returns:
- this builder
-
wellKnownId
public AppBasedOnTemplate.Builder wellKnownId(String wellKnownId)
Unique Well-known identifier used to reference app template.*Added In:** 18.2.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: default - type: string - uniqueness: none
- Parameters:
wellKnownId
- the value to set- Returns:
- this builder
-
build
public AppBasedOnTemplate build()
-
copy
public AppBasedOnTemplate.Builder copy(AppBasedOnTemplate model)
-
-