Klasse ContentBody
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentBody
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentBody
extends Object
ContentBody
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enum -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected AsyncContentBodyExpandableprotected List<EmbeddedContent>protected AsyncContentBodyMediaTokenprotected ContentBody.RepresentationEnumprotected Stringprotected WebResourceDependencies -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentBody(String value, ContentBody.RepresentationEnum representation, List<EmbeddedContent> embeddedContent, WebResourceDependencies webresource, AsyncContentBodyMediaToken mediaToken, AsyncContentBodyExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofContentBody.ContentBody(Consumer<ContentBody> spec) Constructs a validated instance ofContentBody. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_expandable(AsyncContentBodyExpandable _expandable) _links()builder()protected booleanembeddedContent(List<EmbeddedContent> embeddedContent) booleaninthashCode()mediaToken(AsyncContentBodyMediaToken mediaToken) representation(ContentBody.RepresentationEnum representation) toString()value()webresource(WebResourceDependencies webresource)
-
Felddetails
-
value
-
representation
-
embeddedContent
-
webresource
-
mediaToken
-
_expandable
-
_links
-
-
Konstruktordetails
-
ContentBody
Constructs a validated instance ofContentBody.- Parameter:
spec- the specification to process
-
ContentBody
@Internal public ContentBody(String value, ContentBody.RepresentationEnum representation, List<EmbeddedContent> embeddedContent, WebResourceDependencies webresource, AsyncContentBodyMediaToken mediaToken, AsyncContentBodyExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofContentBody.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentBody(Consumer)instead.- Parameter:
value- valuerepresentation- representationembeddedContent- embeddedContentwebresource- webresourcemediaToken- mediaToken_expandable- _expandable_links- _links
-
ContentBody
protected ContentBody()
-
-
Methodendetails
-
builder
-
value
-
representation
-
embeddedContent
-
webresource
-
mediaToken
-
_expandable
-
_links
-
value
- Gibt zurück:
this.
-
representation
- 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
-