Klasse CreateBlogPostRequestBody
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateBlogPostRequestBody
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateBlogPostRequestBody
extends Object
CreateBlogPostRequestBody
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumType of content representation used for the value field. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BlogPostBodyWriteType of content representation used for the value field.protected BlogPostBodyWriteprotected StringBody of the blog post, in the format found in the representation field.protected BlogPostBodyWrite -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateBlogPostRequestBody(CreateBlogPostRequestBody.RepresentationEnum representation, String value, BlogPostBodyWrite storage, BlogPostBodyWrite atlasDocFormat, BlogPostBodyWrite wiki) Constructs a validated instance ofCreateBlogPostRequestBody.Constructs a validated instance ofCreateBlogPostRequestBody. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungatlasDocFormat(BlogPostBodyWrite atlasDocFormat) builder()protected booleanbooleaninthashCode()Type of content representation used for the value field.representation(CreateBlogPostRequestBody.RepresentationEnum representation) Type of content representation used for the value field.storage()storage(BlogPostBodyWrite storage) toString()value()Body of the blog post, in the format found in the representation field.Body of the blog post, in the format found in the representation field.wiki()wiki(BlogPostBodyWrite wiki)
-
Felddetails
-
representation
Type of content representation used for the value field. -
value
Body of the blog post, in the format found in the representation field. -
storage
-
atlasDocFormat
-
wiki
-
-
Konstruktordetails
-
CreateBlogPostRequestBody
Constructs a validated instance ofCreateBlogPostRequestBody.- Parameter:
spec- the specification to process
-
CreateBlogPostRequestBody
@Internal public CreateBlogPostRequestBody(CreateBlogPostRequestBody.RepresentationEnum representation, String value, BlogPostBodyWrite storage, BlogPostBodyWrite atlasDocFormat, BlogPostBodyWrite wiki) Constructs a validated instance ofCreateBlogPostRequestBody.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateBlogPostRequestBody(Consumer)instead.- Parameter:
representation- Type of content representation used for the value field.value- Body of the blog post, in the format found in the representation field.storage- storageatlasDocFormat- atlasDocFormatwiki- wiki
-
CreateBlogPostRequestBody
protected CreateBlogPostRequestBody()
-
-
Methodendetails
-
builder
-
representation
Type of content representation used for the value field. -
value
Body of the blog post, in the format found in the representation field. -
storage
-
atlasDocFormat
-
wiki
-
representation
public CreateBlogPostRequestBody representation(CreateBlogPostRequestBody.RepresentationEnum representation) Type of content representation used for the value field.- Gibt zurück:
this.
-
value
Body of the blog post, in the format found in the representation field.- Gibt zurück:
this.
-
storage
- Gibt zurück:
this.
-
atlasDocFormat
- Gibt zurück:
this.
-
wiki
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-