Package | Description |
---|---|
com.amazon.ask.model.services.listManagement |
Modifier and Type | Method and Description |
---|---|
static ListItemState |
ListItemState.fromValue(String text) |
ListItemState |
Status.getStatus()
Get status
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
ListItemState |
UpdateListItemRequest.getStatus()
Item Status
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
ListItemState |
AlexaListItem.getStatus()
Get status
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
ListItemState |
CreateListItemRequest.getStatus()
Get status
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
static ListItemState |
ListItemState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListItemState[] |
ListItemState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Status.Builder |
Status.Builder.withStatus(ListItemState status) |
UpdateListItemRequest.Builder |
UpdateListItemRequest.Builder.withStatus(ListItemState status) |
AlexaListItem.Builder |
AlexaListItem.Builder.withStatus(ListItemState status) |
CreateListItemRequest.Builder |
CreateListItemRequest.Builder.withStatus(ListItemState status) |
Copyright © 2023. All rights reserved.