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
  • Felddetails

    • spaceId

      protected String spaceId
      ID of the space
    • title

      protected String title
      Title of the whiteboard
    • parentId

      protected String parentId
      The parent content ID of the whiteboard
  • Konstruktordetails

    • CreateWhiteboardRequest

      public CreateWhiteboardRequest(Consumer<CreateWhiteboardRequest> spec)
      Constructs a validated instance of CreateWhiteboardRequest.
      Parameter:
      spec - the specification to process
    • CreateWhiteboardRequest

      @Internal public CreateWhiteboardRequest(String spaceId, String title, String parentId)
      Constructs a validated instance of CreateWhiteboardRequest.

      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 space
      title - Title of the whiteboard
      parentId - The parent content ID of the whiteboard
    • CreateWhiteboardRequest

      protected CreateWhiteboardRequest()
  • Methodendetails