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