Constructor and Description |
---|
UpdateContentParams() |
Modifier and Type | Method and Description |
---|---|
UpdateContentParams |
contentId(ContentId contentId) |
UpdateContentParams |
createAttachments(CreateAttachments value) |
UpdateContentParams |
editor(ContentEditor editor) |
ContentId |
getContentId() |
CreateAttachments |
getCreateAttachments() |
ContentEditor |
getEditor() |
PrincipalKey |
getModifier() |
boolean |
isRequireValid() |
UpdateContentParams |
modifier(PrincipalKey modifier) |
UpdateContentParams |
requireValid(boolean value) |
void |
validate() |
public UpdateContentParams editor(ContentEditor editor)
public UpdateContentParams contentId(ContentId contentId)
public UpdateContentParams modifier(PrincipalKey modifier)
public UpdateContentParams createAttachments(CreateAttachments value)
public UpdateContentParams requireValid(boolean value)
public void validate()
public ContentEditor getEditor()
public PrincipalKey getModifier()
public ContentId getContentId()
public CreateAttachments getCreateAttachments()
public boolean isRequireValid()