public static interface ApplicationSummary.Builder extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary.Builder |
applicationCreationDate(Long applicationCreationDate)
The date (in Unix epoch time) when the web application was created.
|
ApplicationSummary.Builder |
applicationDescription(String applicationDescription)
An optional description of the web application.
|
ApplicationSummary.Builder |
applicationId(String applicationId)
The unique Id of the web application.
|
ApplicationSummary.Builder |
applicationLastUpdateDate(Long applicationLastUpdateDate)
The date (in Unix epoch time) when the web application was last updated.
|
ApplicationSummary.Builder |
applicationName(String applicationName)
The name of the web application.
|
ApplicationSummary.Builder |
applicationState(ApplicationState applicationState)
The current state of the web application.
|
ApplicationSummary.Builder |
applicationState(String applicationState)
The current state of the web application.
|
ApplicationSummary.Builder |
applicationUrl(String applicationUrl)
The URL of the web application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationSummary.Builder applicationId(String applicationId)
The unique Id of the web application.
applicationId - The unique Id of the web application.ApplicationSummary.Builder applicationName(String applicationName)
The name of the web application.
applicationName - The name of the web application.ApplicationSummary.Builder applicationDescription(String applicationDescription)
An optional description of the web application.
applicationDescription - An optional description of the web application.ApplicationSummary.Builder applicationUrl(String applicationUrl)
The URL of the web application.
applicationUrl - The URL of the web application.ApplicationSummary.Builder applicationCreationDate(Long applicationCreationDate)
The date (in Unix epoch time) when the web application was created.
applicationCreationDate - The date (in Unix epoch time) when the web application was created.ApplicationSummary.Builder applicationLastUpdateDate(Long applicationLastUpdateDate)
The date (in Unix epoch time) when the web application was last updated.
applicationLastUpdateDate - The date (in Unix epoch time) when the web application was last updated.ApplicationSummary.Builder applicationState(String applicationState)
The current state of the web application.
applicationState - The current state of the web application.ApplicationState,
ApplicationStateApplicationSummary.Builder applicationState(ApplicationState applicationState)
The current state of the web application.
applicationState - The current state of the web application.ApplicationState,
ApplicationStateCopyright © 2022. All rights reserved.