Class OriginalTemplate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.OriginalTemplate
OriginalTemplate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.OriginalTemplate(String pluginKey, String moduleKey) Constructs a validated instance ofOriginalTemplate.Constructs a validated instance ofOriginalTemplate. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of moduleKey.Gets the value of pluginKey.inthashCode()Fluent getter for moduleKey.Fluent setter for moduleKey.Fluent getter for pluginKey.Fluent setter for pluginKey.voidsetModuleKey(String moduleKey) Sets the value of moduleKey.voidsetPluginKey(String pluginKey) Sets the value of pluginKey.toString()
-
Field Details
-
pluginKey
-
moduleKey
-
-
Constructor Details
-
OriginalTemplate
Constructs a validated instance ofOriginalTemplate.- Parameters:
spec- the specification to process
-
OriginalTemplate
@Internal protected OriginalTemplate()Protected no-args constructor for use by serialization frameworks. -
OriginalTemplate
Constructs a validated instance ofOriginalTemplate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OriginalTemplate(Consumer)instead.- Parameters:
pluginKey- pluginKeymoduleKey- moduleKey
-
-
Method Details
-
pluginKey
-
pluginKey
Fluent setter for pluginKey.- Parameters:
pluginKey- pluginKey- Returns:
- this
-
getPluginKey
-
setPluginKey
Sets the value of pluginKey.- Parameters:
pluginKey- pluginKey
-
moduleKey
-
moduleKey
Fluent setter for moduleKey.- Parameters:
moduleKey- moduleKey- Returns:
- this
-
getModuleKey
-
setModuleKey
Sets the value of moduleKey.- Parameters:
moduleKey- moduleKey
-
equals
-
hashCode
-
toString
-