Class AsyncContentBody
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.AsyncContentBody
AsyncContentBody
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Expandable9Bc16Dprotected MediaTokenprotected Stringprotected Stringprotected StringRerunning is reserved for when the job is working, but there is a previous run's value in the cache.protected Stringprotected WebResourceDependencies -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAsyncContentBody(String value, String representation, String renderTaskId, String error, String status, List<Map<String, Object>> embeddedContent, WebResourceDependencies webresource, MediaToken mediaToken, Expandable9Bc16D Expandable, Map<String, Object> Links) Constructs a validated instance ofAsyncContentBody.Constructs a validated instance ofAsyncContentBody. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanembeddedContent(List<Map<String, Object>> embeddedContent) booleanerror()Expandable(Expandable9Bc16D Expandable) inthashCode()Links()mediaToken(MediaToken mediaToken) renderTaskId(String renderTaskId) representation(String representation) status()Rerunning is reserved for when the job is working, but there is a previous run's value in the cache.Rerunning is reserved for when the job is working, but there is a previous run's value in the cache.toString()value()webresource(WebResourceDependencies webresource)
-
Field Details
-
value
-
representation
-
renderTaskId
-
error
-
status
Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value. -
embeddedContent
-
webresource
-
mediaToken
-
Expandable
-
Links
-
-
Constructor Details
-
AsyncContentBody
Constructs a validated instance ofAsyncContentBody.- Parameters:
spec- the specification to process
-
AsyncContentBody
@Internal public AsyncContentBody(String value, String representation, String renderTaskId, String error, String status, List<Map<String, Object>> embeddedContent, WebResourceDependencies webresource, MediaToken mediaToken, Expandable9Bc16D Expandable, Map<String, Object> Links) Constructs a validated instance ofAsyncContentBody.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AsyncContentBody(Consumer)instead.- Parameters:
value- valuerepresentation- representationrenderTaskId- renderTaskIderror- errorstatus- Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.embeddedContent- embeddedContentwebresource- webresourcemediaToken- mediaTokenExpandable- ExpandableLinks- Links
-
AsyncContentBody
protected AsyncContentBody()
-
-
Method Details
-
value
-
representation
-
renderTaskId
-
error
-
status
Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value. -
embeddedContent
-
webresource
-
mediaToken
-
Expandable
-
Links
-
value
- Returns:
this.
-
representation
- Returns:
this.
-
renderTaskId
- Returns:
this.
-
error
- Returns:
this.
-
status
Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.- Returns:
this.
-
embeddedContent
- Returns:
this.
-
webresource
- Returns:
this.
-
mediaToken
- Returns:
this.
-
Expandable
- Returns:
this.
-
Links
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-