Constructor and Description |
---|
CreateSiteParams() |
Modifier and Type | Method and Description |
---|---|
CreateSiteParams |
description(String value) |
CreateSiteParams |
displayName(String displayName) |
String |
getDescription() |
String |
getDisplayName() |
ModuleConfigs |
getModuleConfigs() |
ContentName |
getName() |
ContentPath |
getParentContentPath() |
boolean |
isRequireValid() |
CreateSiteParams |
moduleConfigs(ModuleConfigs value) |
CreateSiteParams |
name(ContentName name) |
CreateSiteParams |
name(String name) |
CreateSiteParams |
parent(ContentPath parentContentPath) |
CreateSiteParams |
requireValid() |
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 moduleConfigs(ModuleConfigs value)
public CreateSiteParams requireValid()
public ContentPath getParentContentPath()
public ContentName getName()
public String getDisplayName()
public String getDescription()
public ModuleConfigs getModuleConfigs()
public boolean isRequireValid()