Klasse CreateBlogPostRequest
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateBlogPostRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateBlogPostRequest
extends Object
CreateBlogPostRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The status of the blog post, specifies if the blog post will be created as a new blog post or a draft -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CreateBlogPostRequestBody
protected String
ID of the spaceprotected CreateBlogPostRequest.StatusEnum
The status of the blog post, specifies if the blog post will be created as a new blog post or a draftprotected String
Title of the blog post, required if creating non-draft. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreateBlogPostRequest
(String spaceId, CreateBlogPostRequest.StatusEnum status, String title, CreateBlogPostRequestBody body) Constructs a validated instance ofCreateBlogPostRequest
.Constructs a validated instance ofCreateBlogPostRequest
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody()
builder()
protected boolean
boolean
int
hashCode()
spaceId()
ID of the spaceID of the spacestatus()
The status of the blog post, specifies if the blog post will be created as a new blog post or a draftThe status of the blog post, specifies if the blog post will be created as a new blog post or a drafttitle()
Title of the blog post, required if creating non-draft.Title of the blog post, required if creating non-draft.toString()
-
Felddetails
-
spaceId
ID of the space -
status
The status of the blog post, specifies if the blog post will be created as a new blog post or a draft -
title
Title of the blog post, required if creating non-draft. -
body
-
-
Konstruktordetails
-
CreateBlogPostRequest
Constructs a validated instance ofCreateBlogPostRequest
.- Parameter:
spec
- the specification to process
-
CreateBlogPostRequest
@Internal public CreateBlogPostRequest(String spaceId, CreateBlogPostRequest.StatusEnum status, String title, CreateBlogPostRequestBody body) Constructs a validated instance ofCreateBlogPostRequest
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateBlogPostRequest(Consumer)
instead.- Parameter:
spaceId
- ID of the spacestatus
- The status of the blog post, specifies if the blog post will be created as a new blog post or a drafttitle
- Title of the blog post, required if creating non-draft.body
- body
-
CreateBlogPostRequest
protected CreateBlogPostRequest()
-
-
Methodendetails
-
builder
-
spaceId
ID of the space -
status
The status of the blog post, specifies if the blog post will be created as a new blog post or a draft -
title
Title of the blog post, required if creating non-draft. -
body
-
spaceId
ID of the space- Gibt zurück:
this
.
-
status
The status of the blog post, specifies if the blog post will be created as a new blog post or a draft- Gibt zurück:
this
.
-
title
Title of the blog post, required if creating non-draft.- Gibt zurück:
this
.
-
body
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-