Package com.enonic.xp.content
Class FindContentVersionsParams
- java.lang.Object
-
- com.enonic.xp.content.FindContentVersionsParams
-
@PublicApi public class FindContentVersionsParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FindContentVersionsParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindContentVersionsParams.Builder
create()
boolean
equals(Object o)
ContentId
getContentId()
int
getFrom()
int
getSize()
int
hashCode()
-
-
-
Method Detail
-
getContentId
public ContentId getContentId()
-
getFrom
public int getFrom()
-
getSize
public int getSize()
-
create
public static FindContentVersionsParams.Builder create()
-
-