public static class AppBasedOnTemplate.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
value
- the value to setpublic 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
ref
- the value to setpublic 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
lastModified
- the value to setpublic 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
wellKnownId
- the value to setpublic AppBasedOnTemplate build()
public AppBasedOnTemplate.Builder copy(AppBasedOnTemplate model)
Copyright © 2016–2024. All rights reserved.