Klasse AsyncContentBody
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.AsyncContentBody
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AsyncContentBody
extends Object
AsyncContentBody
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumstatic enumRerunning is reserved for when the job is working, but there is a previous run's value in the cache. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected AsyncContentBodyExpandableprotected List<EmbeddedContent>protected Stringprotected AsyncContentBodyMediaTokenprotected Stringprotected AsyncContentBody.RepresentationEnumprotected AsyncContentBody.StatusEnumRerunning is reserved for when the job is working, but there is a previous run's value in the cache.protected Stringprotected WebResourceDependencies -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAsyncContentBody(String value, AsyncContentBody.RepresentationEnum representation, String renderTaskId, String error, AsyncContentBody.StatusEnum status, List<EmbeddedContent> embeddedContent, WebResourceDependencies webresource, AsyncContentBodyMediaToken mediaToken, AsyncContentBodyExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofAsyncContentBody.Constructs a validated instance ofAsyncContentBody. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_expandable(AsyncContentBodyExpandable _expandable) _links()builder()protected booleanembeddedContent(List<EmbeddedContent> embeddedContent) booleanerror()inthashCode()mediaToken(AsyncContentBodyMediaToken mediaToken) renderTaskId(String renderTaskId) representation(AsyncContentBody.RepresentationEnum representation) status()Rerunning is reserved for when the job is working, but there is a previous run's value in the cache.status(AsyncContentBody.StatusEnum status) 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)
-
Felddetails
-
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
-
-
Konstruktordetails
-
AsyncContentBody
Constructs a validated instance ofAsyncContentBody.- Parameter:
spec- the specification to process
-
AsyncContentBody
@Internal public AsyncContentBody(String value, AsyncContentBody.RepresentationEnum representation, String renderTaskId, String error, AsyncContentBody.StatusEnum status, List<EmbeddedContent> embeddedContent, WebResourceDependencies webresource, AsyncContentBodyMediaToken mediaToken, AsyncContentBodyExpandable _expandable, Map<String, String> _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.- Parameter:
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- mediaToken_expandable- _expandable_links- _links
-
AsyncContentBody
protected AsyncContentBody()
-
-
Methodendetails
-
builder
-
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
- Gibt zurück:
this.
-
representation
- Gibt zurück:
this.
-
renderTaskId
- Gibt zurück:
this.
-
error
- Gibt zurück:
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.- Gibt zurück:
this.
-
embeddedContent
- Gibt zurück:
this.
-
webresource
- Gibt zurück:
this.
-
mediaToken
- Gibt zurück:
this.
-
_expandable
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-