Package | Description |
---|---|
com.amazon.ask.model.interfaces.alexa.datastore.packagemanager |
Modifier and Type | Method and Description |
---|---|
static Locations |
Locations.fromValue(String text) |
Locations |
PackageRemoveUsage.getLocation()
Get location
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
Locations |
PackageInstallUsage.getLocation()
Get location
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
static Locations |
Locations.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Locations[] |
Locations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PackageRemoveUsage.Builder |
PackageRemoveUsage.Builder.withLocation(Locations location) |
PackageInstallUsage.Builder |
PackageInstallUsage.Builder.withLocation(Locations location) |
Copyright © 2023. All rights reserved.