public static final class ManagedMobileApp.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ManagedMobileApp |
build() |
ManagedMobileApp.Builder |
id(String id) |
ManagedMobileApp.Builder |
mobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)
“The identifier for an app with it's operating system type.”
|
ManagedMobileApp.Builder |
version(String version)
“Version of the entity.”
|
public ManagedMobileApp.Builder id(String id)
public ManagedMobileApp.Builder mobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)
mobileAppIdentifier - value of mobileAppIdentifier property (as defined in service metadata)this (for method chaining)public ManagedMobileApp.Builder version(String version)
version - value of version property (as defined in service metadata)this (for method chaining)public ManagedMobileApp build()
Copyright © 2018–2020. All rights reserved.