@Beta
public final class UpdateContentParams
extends java.lang.Object
Constructor and Description |
---|
UpdateContentParams() |
Modifier and Type | Method and Description |
---|---|
UpdateContentParams |
clearAttachments(boolean clearAttachments) |
UpdateContentParams |
contentId(ContentId contentId) |
UpdateContentParams |
createAttachments(CreateAttachments value) |
UpdateContentParams |
editor(ContentEditor editor) |
ContentId |
getContentId() |
CreateAttachments |
getCreateAttachments() |
ContentEditor |
getEditor() |
PrincipalKey |
getModifier() |
BinaryReferences |
getRemoveAttachments() |
boolean |
isClearAttachments() |
boolean |
isRequireValid() |
UpdateContentParams |
modifier(PrincipalKey modifier) |
UpdateContentParams |
removeAttachments(BinaryReferences removeAttachments) |
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 UpdateContentParams removeAttachments(BinaryReferences removeAttachments)
public UpdateContentParams clearAttachments(boolean clearAttachments)
public void validate()
public ContentEditor getEditor()
public PrincipalKey getModifier()
public ContentId getContentId()
public CreateAttachments getCreateAttachments()
public boolean isRequireValid()
public BinaryReferences getRemoveAttachments()
public boolean isClearAttachments()