Class ConfluenceRestClientAnalyticsConsumerApi

java.lang.Object
io.github.primelib.confluence4j.rest.v1.client.ConfluenceRestClientAnalyticsConsumerApi

@Generated("io.github.primelib.primecodegen") public class ConfluenceRestClientAnalyticsConsumerApi extends Object
ConfluenceRestClientAnalyticsConsumerApi
  • Constructor Details

  • Method Details

    • GetAnalyticsContentByContentIDViewsV1

      public GetViewsR200 GetAnalyticsContentByContentIDViewsV1(Consumer<GetAnalyticsContentByContentIDViewsV1OperationSpec> spec)
      GetAnalyticsContentByContentIDViewsV1 Get views Get the total number of views a piece of content has.
      Parameters:
      spec - a consumer that creates the payload for this operation. Supports the following properties:
      • contentId: The ID of the content to get the views for.
      • fromDate: The number of views for the content since the date.
    • GetAnalyticsContentByContentIDViewersV1

      public GetViewersR200 GetAnalyticsContentByContentIDViewersV1(Consumer<GetAnalyticsContentByContentIDViewersV1OperationSpec> spec)
      GetAnalyticsContentByContentIDViewersV1 Get viewers Get the total number of distinct viewers a piece of content has.
      Parameters:
      spec - a consumer that creates the payload for this operation. Supports the following properties:
      • contentId: The ID of the content to get the viewers for.
      • fromDate: The number of views for the content since the date.