@Beta
public final class ReorderChildParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReorderChildParams.Builder |
Modifier and Type | Method and Description |
---|---|
static ReorderChildParams.Builder |
create() |
boolean |
equals(java.lang.Object o) |
ContentId |
getContentToMove() |
ContentId |
getContentToMoveBefore() |
int |
hashCode() |
public ContentId getContentToMove()
public ContentId getContentToMoveBefore()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static ReorderChildParams.Builder create()