public class ContentSlotModelBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ContentSlotModelBuilder |
aModel() |
ContentSlotModel |
build() |
static ContentSlotModelBuilder |
fromModel(ContentSlotModel model) |
protected ContentSlotModel |
getModel() |
ContentSlotModelBuilder |
withActiveFrom(java.util.Date from) |
ContentSlotModelBuilder |
withActiveUntil(java.util.Date to) |
ContentSlotModelBuilder |
withCatalogVersion(CatalogVersionModel model) |
ContentSlotModelBuilder |
withCmsComponents(AbstractCMSComponentModel... components) |
ContentSlotModelBuilder |
withIsActive(java.lang.Boolean active) |
ContentSlotModelBuilder |
withName(java.lang.String name) |
ContentSlotModelBuilder |
withUid(java.lang.String uid) |
protected ContentSlotModel getModel()
public static ContentSlotModelBuilder aModel()
public static ContentSlotModelBuilder fromModel(ContentSlotModel model)
public ContentSlotModelBuilder withCatalogVersion(CatalogVersionModel model)
public ContentSlotModelBuilder withName(java.lang.String name)
public ContentSlotModelBuilder withActiveFrom(java.util.Date from)
public ContentSlotModelBuilder withActiveUntil(java.util.Date to)
public ContentSlotModelBuilder withIsActive(java.lang.Boolean active)
public ContentSlotModelBuilder withUid(java.lang.String uid)
public ContentSlotModelBuilder withCmsComponents(AbstractCMSComponentModel... components)
public ContentSlotModel build()
Copyright © 2018 SAP SE. All Rights Reserved.