Klasse ContentStateResponse

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentStateResponse

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ContentStateResponse extends Object
ContentStateResponse
  • Felddetails

    • contentState

      protected ContentState contentState
    • lastUpdated

      protected String lastUpdated
      Timestamp of last publish event where content state changed
  • Konstruktordetails

    • ContentStateResponse

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

      @Internal public ContentStateResponse(ContentState contentState, String lastUpdated)
      Constructs a validated instance of ContentStateResponse.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using ContentStateResponse(Consumer) instead.

      Parameter:
      contentState - contentState
      lastUpdated - Timestamp of last publish event where content state changed
    • ContentStateResponse

      protected ContentStateResponse()
  • Methodendetails