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