@Beta public final class CreateContentParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CreateContentParams.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateContentParams.Builder |
create() |
static CreateContentParams.Builder |
create(CreateContentParams source) |
ChildOrder |
getChildOrder() |
ContentPublishInfo |
getContentPublishInfo() |
CreateAttachments |
getCreateAttachments() |
PropertyTree |
getData() |
String |
getDisplayName() |
ExtraDatas |
getExtraDatas() |
Locale |
getLanguage() |
ContentName |
getName() |
PrincipalKey |
getOwner() |
ContentPath |
getParent() |
AccessControlList |
getPermissions() |
ContentTypeName |
getType() |
boolean |
isInheritPermissions() |
boolean |
isRefresh() |
boolean |
isRequireValid() |
public static CreateContentParams.Builder create()
public static CreateContentParams.Builder create(CreateContentParams source)
public PropertyTree getData()
public ExtraDatas getExtraDatas()
public ContentTypeName getType()
public PrincipalKey getOwner()
public String getDisplayName()
public ContentName getName()
public ContentPath getParent()
public boolean isRequireValid()
public CreateAttachments getCreateAttachments()
public AccessControlList getPermissions()
public ChildOrder getChildOrder()
public boolean isInheritPermissions()
public Locale getLanguage()
public ContentPublishInfo getContentPublishInfo()
public boolean isRefresh()