Klasse GetViews200Response

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

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

    • id

      protected Integer id
      The content ID.
    • count

      protected Integer count
      The total number of views for the content.
  • Konstruktordetails

    • GetViews200Response

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

      @Internal public GetViews200Response(Integer id, Integer count)
      Constructs a validated instance of GetViews200Response.

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

      Parameter:
      id - The content ID.
      count - The total number of views for the content.
    • GetViews200Response

      protected GetViews200Response()
  • Methodendetails