@Beta
public final class FindContentByParentParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FindContentByParentParams.Builder |
Modifier and Type | Method and Description |
---|---|
static FindContentByParentParams.Builder |
create() |
boolean |
equals(java.lang.Object o) |
ChildOrder |
getChildOrder() |
java.lang.Integer |
getFrom() |
ContentId |
getParentId() |
ContentPath |
getParentPath() |
java.lang.Integer |
getSize() |
int |
hashCode() |
public ContentPath getParentPath()
public ContentId getParentId()
public java.lang.Integer getSize()
public java.lang.Integer getFrom()
public ChildOrder getChildOrder()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static FindContentByParentParams.Builder create()