@Beta public final class CreateSiteParams extends Object
Constructor and Description |
---|
CreateSiteParams() |
Modifier and Type | Method and Description |
---|---|
CreateSiteParams |
description(String value) |
CreateSiteParams |
displayName(String displayName) |
String |
getDescription() |
String |
getDisplayName() |
ContentName |
getName() |
ContentPath |
getParentContentPath() |
SiteConfigs |
getSiteConfigs() |
boolean |
isRequireValid() |
CreateSiteParams |
name(ContentName name) |
CreateSiteParams |
name(String name) |
CreateSiteParams |
parent(ContentPath parentContentPath) |
CreateSiteParams |
requireValid() |
CreateSiteParams |
siteConfigs(SiteConfigs value) |
public CreateSiteParams parent(ContentPath parentContentPath)
public CreateSiteParams name(String name)
public CreateSiteParams name(ContentName name)
public CreateSiteParams displayName(String displayName)
public CreateSiteParams description(String value)
public CreateSiteParams siteConfigs(SiteConfigs value)
public CreateSiteParams requireValid()
public ContentPath getParentContentPath()
public ContentName getName()
public String getDisplayName()
public String getDescription()
public SiteConfigs getSiteConfigs()
public boolean isRequireValid()