Uses of Class
io.thestencil.persistence.api.ZoePersistence.SiteContentType
-
-
Uses of ZoePersistence.SiteContentType in io.thestencil.persistence.api
Methods in io.thestencil.persistence.api that return ZoePersistence.SiteContentType Modifier and Type Method Description ZoePersistence.SiteContentTypeImmutableSiteState. getContentType()ZoePersistence.SiteContentTypeZoePersistence.SiteState. getContentType()static ZoePersistence.SiteContentTypeZoePersistence.SiteContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ZoePersistence.SiteContentType[]ZoePersistence.SiteContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.thestencil.persistence.api with parameters of type ZoePersistence.SiteContentType Modifier and Type Method Description ImmutableSiteState.BuilderImmutableSiteState.Builder. contentType(ZoePersistence.SiteContentType contentType)Initializes the value for thecontentTypeattribute.ImmutableSiteStateImmutableSiteState. withContentType(ZoePersistence.SiteContentType value)Copy the current immutable object by setting a value for thecontentTypeattribute.
-