Package | Description |
---|---|
com.amazon.ask.model.services.listManagement |
Modifier and Type | Method and Description |
---|---|
static ListState |
ListState.fromValue(String text) |
ListState |
CreateListRequest.getState()
Get state
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
ListState |
UpdateListRequest.getState()
Get state
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
ListState |
AlexaListMetadata.getState()
Get state
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
ListState |
AlexaList.getState()
Get state
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
static ListState |
ListState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListState[] |
ListState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateListRequest.Builder |
CreateListRequest.Builder.withState(ListState state) |
UpdateListRequest.Builder |
UpdateListRequest.Builder.withState(ListState state) |
AlexaListMetadata.Builder |
AlexaListMetadata.Builder.withState(ListState state) |
AlexaList.Builder |
AlexaList.Builder.withState(ListState state) |
Copyright © 2023. All rights reserved.