public static final class MobileAppIntentAndStateDetail.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MobileAppIntentAndStateDetail.Builder |
applicationId(String applicationId)
“MobieApp identifier.”
|
MobileAppIntentAndStateDetail |
build() |
MobileAppIntentAndStateDetail.Builder |
displayName(String displayName)
“The admin provided or imported title of the app.”
|
MobileAppIntentAndStateDetail.Builder |
displayVersion(String displayVersion)
“Human readable version of the application”
|
MobileAppIntentAndStateDetail.Builder |
installState(ResultantAppState installState)
“The install state of the app.”
|
MobileAppIntentAndStateDetail.Builder |
mobileAppIntent(MobileAppIntent mobileAppIntent)
“Mobile App Intent.”
|
MobileAppIntentAndStateDetail.Builder |
supportedDeviceTypes(List<MobileAppSupportedDeviceType> supportedDeviceTypes)
“The supported platforms for the app.”
|
MobileAppIntentAndStateDetail.Builder |
supportedDeviceTypesNextLink(String supportedDeviceTypesNextLink)
“The supported platforms for the app.”
|
public MobileAppIntentAndStateDetail.Builder applicationId(String applicationId)
applicationId - value of applicationId property (as defined in service metadata)this (for method chaining)public MobileAppIntentAndStateDetail.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public MobileAppIntentAndStateDetail.Builder mobileAppIntent(MobileAppIntent mobileAppIntent)
mobileAppIntent - value of mobileAppIntent property (as defined in service metadata)this (for method chaining)public MobileAppIntentAndStateDetail.Builder displayVersion(String displayVersion)
displayVersion - value of displayVersion property (as defined in service metadata)this (for method chaining)public MobileAppIntentAndStateDetail.Builder installState(ResultantAppState installState)
installState - value of installState property (as defined in service metadata)this (for method chaining)public MobileAppIntentAndStateDetail.Builder supportedDeviceTypes(List<MobileAppSupportedDeviceType> supportedDeviceTypes)
supportedDeviceTypes - value of supportedDeviceTypes property (as defined in service metadata)this (for method chaining)public MobileAppIntentAndStateDetail.Builder supportedDeviceTypesNextLink(String supportedDeviceTypesNextLink)
supportedDeviceTypesNextLink - value of supportedDeviceTypes@nextLink property (as defined in service metadata)this (for method chaining)public MobileAppIntentAndStateDetail build()
Copyright © 2018–2020. All rights reserved.