public final class SendIndexListDataDirective extends Directive
Modifier and Type | Class and Description |
---|---|
static class |
SendIndexListDataDirective.Builder |
Modifier and Type | Method and Description |
---|---|
static SendIndexListDataDirective.Builder |
builder() |
boolean |
equals(Object o) |
String |
getCorrelationToken()
The correlation token supplied in the LoadTokenListData event.
|
List<Object> |
getItems()
Array of objects to be added to the device cache.
|
String |
getListId()
The identifier of the list whose items are contained in this response.
|
Integer |
getListVersion()
The new version of the list after loading the items supplied in this directive.
|
Integer |
getMaximumExclusiveIndex()
The last valid index of the skill-managed array plus one, i.e.
|
Integer |
getMinimumInclusiveIndex()
The index of the 1st item in the skill-managed array.
|
Integer |
getStartIndex()
Index of the first element in the items array.
|
int |
hashCode() |
String |
toString() |
public static SendIndexListDataDirective.Builder builder()
public String getCorrelationToken()
public String getListId()
public Integer getListVersion()
public Integer getStartIndex()
public Integer getMinimumInclusiveIndex()
public Integer getMaximumExclusiveIndex()
public List<Object> getItems()
Copyright © 2023. All rights reserved.