Klasse UpdateBlogPostRequest
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.UpdateBlogPostRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateBlogPostRequest
extends Object
UpdateBlogPostRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumThe status of the blog post.static class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CreateBlogPostRequestBodyprotected StringId of the blog post.protected StringID of the containing space.protected UpdateBlogPostRequest.StatusEnumThe status of the blog post.protected StringTitle of the blog post.protected UpdateBlogPostRequestVersion -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateBlogPostRequest(String id, UpdateBlogPostRequest.StatusEnum status, String title, String spaceId, CreateBlogPostRequestBody body, UpdateBlogPostRequestVersion version) Constructs a validated instance ofUpdateBlogPostRequest.Constructs a validated instance ofUpdateBlogPostRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody()builder()protected booleanbooleaninthashCode()id()Id of the blog post.Id of the blog post.spaceId()ID of the containing space.ID of the containing space.status()The status of the blog post.The status of the blog post.title()Title of the blog post.Title of the blog post.toString()version()version(UpdateBlogPostRequestVersion version)
-
Felddetails
-
id
Id of the blog post. -
status
The status of the blog post. -
title
Title of the blog post. -
spaceId
ID of the containing space. This currently **does not support moving the blog post to a different space**. -
body
-
version
-
-
Konstruktordetails
-
UpdateBlogPostRequest
Constructs a validated instance ofUpdateBlogPostRequest.- Parameter:
spec- the specification to process
-
UpdateBlogPostRequest
@Internal public UpdateBlogPostRequest(String id, UpdateBlogPostRequest.StatusEnum status, String title, String spaceId, CreateBlogPostRequestBody body, UpdateBlogPostRequestVersion version) Constructs a validated instance ofUpdateBlogPostRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateBlogPostRequest(Consumer)instead.- Parameter:
id- Id of the blog post.status- The status of the blog post.title- Title of the blog post.spaceId- ID of the containing space. This currently **does not support moving the blog post to a different space**.body- bodyversion- version
-
UpdateBlogPostRequest
protected UpdateBlogPostRequest()
-
-
Methodendetails
-
builder
-
id
Id of the blog post. -
status
The status of the blog post. -
title
Title of the blog post. -
spaceId
ID of the containing space. This currently **does not support moving the blog post to a different space**. -
body
-
version
-
id
Id of the blog post.- Gibt zurück:
this.
-
status
The status of the blog post.- Gibt zurück:
this.
-
title
Title of the blog post.- Gibt zurück:
this.
-
spaceId
ID of the containing space. This currently **does not support moving the blog post to a different space**.- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-