public static interface AppDetails.Builder extends SdkPojo, CopyableBuilder<AppDetails.Builder,AppDetails>
Modifier and Type | Method and Description |
---|---|
AppDetails.Builder |
appName(String appName)
The name of the app.
|
AppDetails.Builder |
appType(AppType appType)
The type of app.
|
AppDetails.Builder |
appType(String appType)
The type of app.
|
AppDetails.Builder |
creationTime(Instant creationTime)
The creation time.
|
AppDetails.Builder |
domainId(String domainId)
The domain ID.
|
AppDetails.Builder |
status(AppStatus status)
The status.
|
AppDetails.Builder |
status(String status)
The status.
|
AppDetails.Builder |
userProfileName(String userProfileName)
The user profile name.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AppDetails.Builder domainId(String domainId)
The domain ID.
domainId
- The domain ID.AppDetails.Builder userProfileName(String userProfileName)
The user profile name.
userProfileName
- The user profile name.AppDetails.Builder appType(String appType)
The type of app.
AppDetails.Builder appType(AppType appType)
The type of app.
AppDetails.Builder appName(String appName)
The name of the app.
appName
- The name of the app.AppDetails.Builder status(String status)
The status.
AppDetails.Builder status(AppStatus status)
The status.
AppDetails.Builder creationTime(Instant creationTime)
The creation time.
creationTime
- The creation time.Copyright © 2020. All rights reserved.