Klasse UpdateCustomContentRequest
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.UpdateCustomContentRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateCustomContentRequest
extends Object
UpdateCustomContentRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumThe status of the custom contentstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringID of the containing Blog Postprotected CreateCustomContentRequestBodyprotected StringID of the containing custom contentprotected StringId of custom content.protected StringID of the containing pageprotected StringID of the containing spaceprotected UpdateCustomContentRequest.StatusEnumThe status of the custom contentprotected StringTitle of the custom contentprotected StringType of custom content.protected UpdateBlogPostRequestVersion -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateCustomContentRequest(String id, String type, UpdateCustomContentRequest.StatusEnum status, String spaceId, String pageId, String blogPostId, String customContentId, String title, CreateCustomContentRequestBody body, UpdateBlogPostRequestVersion version) Constructs a validated instance ofUpdateCustomContentRequest.Constructs a validated instance ofUpdateCustomContentRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungID of the containing Blog PostblogPostId(String blogPostId) ID of the containing Blog Postbody()builder()protected booleanID of the containing custom contentcustomContentId(String customContentId) ID of the containing custom contentbooleaninthashCode()id()Id of custom content.Id of custom content.pageId()ID of the containing pageID of the containing pagespaceId()ID of the containing spaceID of the containing spacestatus()The status of the custom contentThe status of the custom contenttitle()Title of the custom contentTitle of the custom contenttoString()type()Type of custom content.Type of custom content.version()version(UpdateBlogPostRequestVersion version)
-
Felddetails
-
id
Id of custom content. -
type
Type of custom content. -
status
The status of the custom content -
spaceId
ID of the containing space -
pageId
ID of the containing page -
blogPostId
ID of the containing Blog Post -
customContentId
ID of the containing custom content -
title
Title of the custom content -
body
-
version
-
-
Konstruktordetails
-
UpdateCustomContentRequest
Constructs a validated instance ofUpdateCustomContentRequest.- Parameter:
spec- the specification to process
-
UpdateCustomContentRequest
@Internal public UpdateCustomContentRequest(String id, String type, UpdateCustomContentRequest.StatusEnum status, String spaceId, String pageId, String blogPostId, String customContentId, String title, CreateCustomContentRequestBody body, UpdateBlogPostRequestVersion version) Constructs a validated instance ofUpdateCustomContentRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateCustomContentRequest(Consumer)instead.- Parameter:
id- Id of custom content.type- Type of custom content.status- The status of the custom contentspaceId- ID of the containing spacepageId- ID of the containing pageblogPostId- ID of the containing Blog PostcustomContentId- ID of the containing custom contenttitle- Title of the custom contentbody- bodyversion- version
-
UpdateCustomContentRequest
protected UpdateCustomContentRequest()
-
-
Methodendetails
-
builder
-
id
Id of custom content. -
type
Type of custom content. -
status
The status of the custom content -
spaceId
ID of the containing space -
pageId
ID of the containing page -
blogPostId
ID of the containing Blog Post -
customContentId
ID of the containing custom content -
title
Title of the custom content -
body
-
version
-
id
Id of custom content.- Gibt zurück:
this.
-
type
Type of custom content.- Gibt zurück:
this.
-
status
The status of the custom content- Gibt zurück:
this.
-
spaceId
ID of the containing space- Gibt zurück:
this.
-
pageId
ID of the containing page- Gibt zurück:
this.
-
blogPostId
ID of the containing Blog Post- Gibt zurück:
this.
-
customContentId
ID of the containing custom content- Gibt zurück:
this.
-
title
Title of the custom content- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-