Class PagesBatchRequestBuilder.WikiPagesBatchRequest

java.lang.Object
org.azd.wiki.pagesbatch.PagesBatchRequestBuilder.WikiPagesBatchRequest
Enclosing class:
PagesBatchRequestBuilder

public static class PagesBatchRequestBuilder.WikiPagesBatchRequest extends Object
Represents the query parameters.
  • Field Details

    • continuationToken

      public String continuationToken
      If the list of page data returned is not complete, a continuation token to query next batch of pages is included in the response header as "x-ms-continuationtoken". Omit this parameter to get the first batch of Wiki Page Data.
    • pageViewsForDays

      public Integer pageViewsForDays
      last N days from the current day for which page views is to be returned. It's inclusive of current day.
    • top

      public Integer top
      Total count of pages on a wiki to return.
  • Constructor Details

    • WikiPagesBatchRequest

      public WikiPagesBatchRequest()