Class Snippet
java.lang.Object
ch.tocco.nice2.optional.cms.api.content.model.Section
ch.tocco.nice2.optional.cms.api.content.model.Snippet
Deprecated.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionSnippet
(String snippetKey, String snippetName, Snippet.PublishStatus publishStatus, @Nullable String key, String html) Deprecated.Snippet
(String snippetKey, String snippetName, Snippet.PublishStatus publishStatus, @Nullable String key, String html, Map<String, Set<String>> visibilities) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.boolean
Deprecated.Methods inherited from class ch.tocco.nice2.optional.cms.api.content.model.Section
getHtml, getKey, getVersion, getVisibilities, setHtml, setVersion
-
Constructor Details
-
Snippet
public Snippet(String snippetKey, String snippetName, Snippet.PublishStatus publishStatus, @Nullable @Nullable String key, String html) Deprecated. -
Snippet
public Snippet(String snippetKey, String snippetName, Snippet.PublishStatus publishStatus, @Nullable @Nullable String key, String html, Map<String, Set<String>> visibilities) Deprecated.
-
-
Method Details