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