PersistentAppUI.Builder |
PersistentAppUI.Builder.authorId(String authorId) |
The author ID for the persistent application user interface object.
|
static PersistentAppUI.Builder |
PersistentAppUI.builder() |
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.creationTime(Instant creationTime) |
The creation date and time for the persistent application user interface object.
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.lastModifiedTime(Instant lastModifiedTime) |
The date and time the persistent application user interface object was last changed.
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.lastStateChangeReason(String lastStateChangeReason) |
The reason the persistent application user interface object was last changed.
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.persistentAppUIId(String persistentAppUIId) |
The identifier for the persistent application user interface object.
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.persistentAppUIStatus(String persistentAppUIStatus) |
The status for the persistent application user interface object.
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.persistentAppUITypeList(Collection<PersistentAppUIType> persistentAppUITypeList) |
The type list for the persistent application user interface object.
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.persistentAppUITypeList(PersistentAppUIType... persistentAppUITypeList) |
The type list for the persistent application user interface object.
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.persistentAppUITypeListWithStrings(String... persistentAppUITypeList) |
The type list for the persistent application user interface object.
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.persistentAppUITypeListWithStrings(Collection<String> persistentAppUITypeList) |
The type list for the persistent application user interface object.
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.tags(Collection<Tag> tags) |
A collection of tags for the persistent application user interface object.
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.tags(Consumer<Tag.Builder>... tags) |
A collection of tags for the persistent application user interface object.
|
PersistentAppUI.Builder |
PersistentAppUI.Builder.tags(Tag... tags) |
A collection of tags for the persistent application user interface object.
|
PersistentAppUI.Builder |
PersistentAppUI.toBuilder() |
|