Klasse BlogPostBodyWrite
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.BlogPostBodyWrite
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BlogPostBodyWrite
extends Object
BlogPostBodyWrite
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumType of content representation used for the value field. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BlogPostBodyWrite.RepresentationEnumType of content representation used for the value field.protected StringBody of the blog post, in the format found in the representation field. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedBlogPostBodyWrite(BlogPostBodyWrite.RepresentationEnum representation, String value) Constructs a validated instance ofBlogPostBodyWrite.Constructs a validated instance ofBlogPostBodyWrite. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()Type of content representation used for the value field.representation(BlogPostBodyWrite.RepresentationEnum representation) Type of content representation used for the value field.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.
-
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.
-
-
Konstruktordetails
-
BlogPostBodyWrite
Constructs a validated instance ofBlogPostBodyWrite.- Parameter:
spec- the specification to process
-
BlogPostBodyWrite
@Internal public BlogPostBodyWrite(BlogPostBodyWrite.RepresentationEnum representation, String value) Constructs a validated instance ofBlogPostBodyWrite.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
BlogPostBodyWrite(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.
-
BlogPostBodyWrite
protected BlogPostBodyWrite()
-
-
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. -
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-