Klasse CreateWhiteboardRequest
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateWhiteboardRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateWhiteboardRequest
extends Object
CreateWhiteboardRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateWhiteboardRequest(String spaceId, String title, String parentId) Constructs a validated instance ofCreateWhiteboardRequest.Constructs a validated instance ofCreateWhiteboardRequest. -
Methodenübersicht
-
Felddetails
-
spaceId
ID of the space -
title
Title of the whiteboard -
parentId
The parent content ID of the whiteboard
-
-
Konstruktordetails
-
CreateWhiteboardRequest
Constructs a validated instance ofCreateWhiteboardRequest.- Parameter:
spec- the specification to process
-
CreateWhiteboardRequest
Constructs a validated instance ofCreateWhiteboardRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateWhiteboardRequest(Consumer)instead.- Parameter:
spaceId- ID of the spacetitle- Title of the whiteboardparentId- The parent content ID of the whiteboard
-
CreateWhiteboardRequest
protected CreateWhiteboardRequest()
-
-
Methodendetails
-
builder
-
spaceId
ID of the space -
title
Title of the whiteboard -
parentId
The parent content ID of the whiteboard -
spaceId
ID of the space- Gibt zurück:
this.
-
title
Title of the whiteboard- Gibt zurück:
this.
-
parentId
The parent content ID of the whiteboard- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-