public final class UpdateIndexListDataDirective extends Directive
Modifier and Type | Class and Description |
---|---|
static class |
UpdateIndexListDataDirective.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateIndexListDataDirective.Builder |
builder() |
boolean |
equals(Object o) |
String |
getListId()
The identifier of the dynamicIndexList to update.
|
Integer |
getListVersion()
The new version of the list after applying the updates specified in this directive.
|
List<Operation> |
getOperations()
An array of changes which are to be applied to the items in the dynamicIndexList.
|
String |
getToken()
The unique identifier for the presentation containing the dynamicIndexList.
|
int |
hashCode() |
String |
toString() |
public static UpdateIndexListDataDirective.Builder builder()
public String getToken()
public String getListId()
public Integer getListVersion()
public List<Operation> getOperations()
Copyright © 2023. All rights reserved.