public final class AlexaList extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AlexaList.Builder |
Modifier and Type | Method and Description |
---|---|
static AlexaList.Builder |
builder() |
boolean |
equals(Object o) |
List<AlexaListItem> |
getItems()
Get items
|
Links |
getLinks()
Get links
|
String |
getListId()
Get listId
|
String |
getName()
Get name
|
ListState |
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.
|
String |
getStateAsString()
Get the underlying String value for state.
|
Long |
getVersion()
Get version
|
int |
hashCode() |
String |
toString() |
public static AlexaList.Builder builder()
public String getListId()
public String getName()
public ListState getState()
public String getStateAsString()
public Long getVersion()
public List<AlexaListItem> getItems()
public Links getLinks()
Copyright © 2023. All rights reserved.