Class SuperBatchWebResources
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SuperBatchWebResources
SuperBatchWebResources
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.SuperBatchWebResources(Uris uris, Tags tags, String metatags, Map<String, Object> additionalExpandable) Constructs a validated instance ofSuperBatchWebResources.Constructs a validated instance ofSuperBatchWebResources. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for additionalExpandable.additionalExpandable(Map<String, Object> additionalExpandable) Fluent setter for additionalExpandable.booleanGets the value of additionalExpandable.Gets the value of metatags.getTags()Gets the value of tags.getUris()Gets the value of uris.inthashCode()metatags()Fluent getter for metatags.Fluent setter for metatags.voidsetAdditionalExpandable(Map<String, Object> additionalExpandable) Sets the value of additionalExpandable.voidsetMetatags(String metatags) Sets the value of metatags.voidSets the value of tags.voidSets the value of uris.tags()Fluent getter for tags.Fluent setter for tags.toString()uris()Fluent getter for uris.Fluent setter for uris.
-
Field Details
-
uris
-
tags
-
metatags
-
additionalExpandable
-
-
Constructor Details
-
SuperBatchWebResources
Constructs a validated instance ofSuperBatchWebResources.- Parameters:
spec- the specification to process
-
SuperBatchWebResources
@Internal protected SuperBatchWebResources()Protected no-args constructor for use by serialization frameworks. -
SuperBatchWebResources
@Internal public SuperBatchWebResources(Uris uris, Tags tags, String metatags, Map<String, Object> additionalExpandable) Constructs a validated instance ofSuperBatchWebResources.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SuperBatchWebResources(Consumer)instead.- Parameters:
uris- uristags- tagsmetatags- metatagsadditionalExpandable- additionalExpandable
-
-
Method Details
-
uris
-
uris
Fluent setter for uris.- Parameters:
uris- uris- Returns:
- this
-
getUris
-
setUris
-
tags
-
tags
Fluent setter for tags.- Parameters:
tags- tags- Returns:
- this
-
getTags
-
setTags
-
metatags
-
metatags
Fluent setter for metatags.- Parameters:
metatags- metatags- Returns:
- this
-
getMetatags
-
setMetatags
Sets the value of metatags.- Parameters:
metatags- metatags
-
additionalExpandable
-
additionalExpandable
Fluent setter for additionalExpandable.- Parameters:
additionalExpandable- additionalExpandable- Returns:
- this
-
getAdditionalExpandable
-
setAdditionalExpandable
-
equals
-
hashCode
-
toString
-