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