Package com.enonic.xp.content
Class GetPublishStatusesParams
- java.lang.Object
-
- com.enonic.xp.content.GetPublishStatusesParams
-
@PublicApi public final class GetPublishStatusesParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetPublishStatusesParams.Builder
-
Constructor Summary
Constructors Constructor Description GetPublishStatusesParams(ContentIds contentIds, Branch target)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPublishStatusesParams.Builder
create()
boolean
equals(Object o)
ContentIds
getContentIds()
Branch
getTarget()
int
hashCode()
-
-
-
Constructor Detail
-
GetPublishStatusesParams
@Deprecated public GetPublishStatusesParams(ContentIds contentIds, Branch target)
Deprecated.
-
-
Method Detail
-
getContentIds
public ContentIds getContentIds()
-
getTarget
public Branch getTarget()
-
create
public static GetPublishStatusesParams.Builder create()
-
-