public final class AlexaListItem extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AlexaListItem.Builder |
Modifier and Type | Method and Description |
---|---|
static AlexaListItem.Builder |
builder() |
boolean |
equals(Object o) |
String |
getCreatedTime()
Get createdTime
|
String |
getHref()
URL to retrieve the item from.
|
String |
getId()
Get id
|
ListItemState |
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.
|
String |
getStatusAsString()
Get the underlying String value for status.
|
String |
getUpdatedTime()
Get updatedTime
|
String |
getValue()
Get value
|
Long |
getVersion()
Get version
|
int |
hashCode() |
String |
toString() |
public static AlexaListItem.Builder builder()
public String getId()
public Long getVersion()
public String getValue()
public ListItemState getStatus()
public String getStatusAsString()
public String getCreatedTime()
public String getUpdatedTime()
public String getHref()
Copyright © 2023. All rights reserved.