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