@Beta
public final class MoveContentParams
extends java.lang.Object
Constructor and Description |
---|
MoveContentParams(ContentId contentId,
ContentPath parentContentPath) |
Modifier and Type | Method and Description |
---|---|
MoveContentParams |
creator(PrincipalKey creator) |
boolean |
equals(java.lang.Object o) |
ContentId |
getContentId() |
PrincipalKey |
getCreator() |
ContentPath |
getParentContentPath() |
int |
hashCode() |
void |
validate() |
public MoveContentParams(ContentId contentId, ContentPath parentContentPath)
public ContentId getContentId()
public ContentPath getParentContentPath()
public MoveContentParams creator(PrincipalKey creator)
public PrincipalKey getCreator()
public void validate()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object