Class AppBasedOnTemplate.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppBasedOnTemplate.Builder
 
- 
- Enclosing class:
- AppBasedOnTemplate
 
 public static class AppBasedOnTemplate.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppBasedOnTemplatebuild()AppBasedOnTemplate.Buildercopy(AppBasedOnTemplate model)AppBasedOnTemplate.BuilderlastModified(String lastModified)The most recent DateTime that the appTemplate on which the application based upon is updated.AppBasedOnTemplate.Builderref(String ref)URI of the application template.AppBasedOnTemplate.Buildervalue(String value)Identifier of the application template.AppBasedOnTemplate.BuilderwellKnownId(String wellKnownId)Unique Well-known identifier used to reference app template.
 
- 
- 
- 
Method Detail- 
valuepublic 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
 
 - 
refpublic 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
 
 - 
lastModifiedpublic 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
 
 - 
wellKnownIdpublic 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
 
 - 
buildpublic AppBasedOnTemplate build() 
 - 
copypublic AppBasedOnTemplate.Builder copy(AppBasedOnTemplate model) 
 
- 
 
-