Class WebResourceDependencies
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.WebResourceDependencies
WebResourceDependencies
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SuperBatchWebResourcesprotected Tags5C2963protected Uris867F9B -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Constructs a validated instance ofWebResourceDependencies.WebResourceDependencies(Map<String, Object> additionalExpandable, List<String> keys, List<String> contexts, Uris867F9B uris, Tags5C2963 tags, SuperBatchWebResources superbatch) Constructs a validated instance ofWebResourceDependencies. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for additionalExpandable.additionalExpandable(Map<String, Object> additionalExpandable) Fluent setter for additionalExpandable.contexts()Fluent getter for contexts.Fluent setter for contexts.booleanGets the value of additionalExpandable.Gets the value of contexts.getKeys()Gets the value of keys.Gets the value of superbatch.getTags()Gets the value of tags.getUris()Gets the value of uris.inthashCode()keys()Fluent getter for keys.Fluent setter for keys.voidsetAdditionalExpandable(Map<String, Object> additionalExpandable) Sets the value of additionalExpandable.voidsetContexts(List<String> contexts) Sets the value of contexts.voidSets the value of keys.voidsetSuperbatch(SuperBatchWebResources superbatch) Sets the value of superbatch.voidsetTags(Tags5C2963 tags) Sets the value of tags.voidsetUris(Uris867F9B uris) Sets the value of uris.Fluent getter for superbatch.superbatch(SuperBatchWebResources superbatch) Fluent setter for superbatch.tags()Fluent getter for tags.tags(Tags5C2963 tags) Fluent setter for tags.toString()uris()Fluent getter for uris.uris(Uris867F9B uris) Fluent setter for uris.
-
Field Details
-
additionalExpandable
-
keys
-
contexts
-
uris
-
tags
-
superbatch
-
-
Constructor Details
-
WebResourceDependencies
Constructs a validated instance ofWebResourceDependencies.- Parameters:
spec- the specification to process
-
WebResourceDependencies
@Internal protected WebResourceDependencies()Protected no-args constructor for use by serialization frameworks. -
WebResourceDependencies
@Internal public WebResourceDependencies(Map<String, Object> additionalExpandable, List<String> keys, List<String> contexts, Uris867F9B uris, Tags5C2963 tags, SuperBatchWebResources superbatch) Constructs a validated instance ofWebResourceDependencies.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WebResourceDependencies(Consumer)instead.- Parameters:
additionalExpandable- additionalExpandablekeys- keyscontexts- contextsuris- uristags- tagssuperbatch- superbatch
-
-
Method Details
-
additionalExpandable
-
additionalExpandable
Fluent setter for additionalExpandable.- Parameters:
additionalExpandable- additionalExpandable- Returns:
- this
-
getAdditionalExpandable
-
setAdditionalExpandable
-
keys
-
keys
Fluent setter for keys.- Parameters:
keys- keys- Returns:
- this
-
getKeys
-
setKeys
-
contexts
-
contexts
Fluent setter for contexts.- Parameters:
contexts- contexts- Returns:
- this
-
getContexts
-
setContexts
-
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
-
superbatch
-
superbatch
Fluent setter for superbatch.- Parameters:
superbatch- superbatch- Returns:
- this
-
getSuperbatch
-
setSuperbatch
Sets the value of superbatch.- Parameters:
superbatch- superbatch
-
equals
-
hashCode
-
toString
-