Package com.enonic.xp.content
Class FindContentVersionsParams
- java.lang.Object
-
- com.enonic.xp.content.FindContentVersionsParams
-
@Beta public class FindContentVersionsParams extends java.lang.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(java.lang.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()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-