Klasse CreateCustomContentRequest
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateCustomContentRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateCustomContentRequest
extends Object
CreateCustomContentRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe status of the custom content -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringID of the containing Blog Postprotected CreateCustomContentRequestBodyprotected StringID of the containing custom contentprotected StringID of the containing pageprotected StringID of the containing spaceprotected CreateCustomContentRequest.StatusEnumThe status of the custom contentprotected StringTitle of the custom contentprotected StringType of custom content. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateCustomContentRequest(String type, CreateCustomContentRequest.StatusEnum status, String spaceId, String pageId, String blogPostId, String customContentId, String title, CreateCustomContentRequestBody body) Constructs a validated instance ofCreateCustomContentRequest.Constructs a validated instance ofCreateCustomContentRequest. -
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()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.
-
Felddetails
-
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
-
-
Konstruktordetails
-
CreateCustomContentRequest
Constructs a validated instance ofCreateCustomContentRequest.- Parameter:
spec- the specification to process
-
CreateCustomContentRequest
@Internal public CreateCustomContentRequest(String type, CreateCustomContentRequest.StatusEnum status, String spaceId, String pageId, String blogPostId, String customContentId, String title, CreateCustomContentRequestBody body) Constructs a validated instance ofCreateCustomContentRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateCustomContentRequest(Consumer)instead.- Parameter:
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- body
-
CreateCustomContentRequest
protected CreateCustomContentRequest()
-
-
Methodendetails
-
builder
-
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
-
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-