public class CmsSiteModelBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static CmsSiteModelBuilder |
aModel() |
CMSSiteModel |
build() |
CmsSiteModelBuilder |
withChannel(SiteChannel channel) |
CmsSiteModelBuilder |
withContentCatalogs(List<ContentCatalogModel> contentCatalogModels) |
CmsSiteModelBuilder |
withStores(BaseStoreModel... stores) |
CmsSiteModelBuilder |
withUid(String uid) |
public static CmsSiteModelBuilder aModel()
public CMSSiteModel build()
public CmsSiteModelBuilder withUid(String uid)
public CmsSiteModelBuilder withChannel(SiteChannel channel)
public CmsSiteModelBuilder withStores(BaseStoreModel... stores)
public CmsSiteModelBuilder withContentCatalogs(List<ContentCatalogModel> contentCatalogModels)
Copyright © 2017 SAP SE. All Rights Reserved.