public final class UpdateListItemRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateListItemRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateListItemRequest.Builder |
builder() |
boolean |
equals(Object o) |
ListItemState |
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.
|
String |
getStatusAsString()
Get the underlying String value for status.
|
String |
getValue()
New item value
|
Long |
getVersion()
Item version when it was read.
|
int |
hashCode() |
String |
toString() |
public static UpdateListItemRequest.Builder builder()
public String getValue()
public ListItemState getStatus()
public String getStatusAsString()
public Long getVersion()
Copyright © 2023. All rights reserved.