Class ResultPage

java.lang.Object
com.gooddata.sdk.model.executeafm.ResultPage

public class ResultPage extends Object
Represents page of ExecutionResult to be requested, using com.gooddata.sdk.executeafm.ExecuteAfmService#getResult(ExecutionResponse, ResultPage)
  • Constructor Details

    • ResultPage

      public ResultPage(List<Integer> offsets, List<Integer> limits)
      Creates new instance
      Parameters:
      offsets - list of page offsets
      limits - list of page limits
  • Method Details

    • getOffsetsQueryParam

      public String getOffsetsQueryParam()
      Returns:
      page offsets joined and URL-encoded to be used as query parameter
    • getLimitsQueryParam

      public String getLimitsQueryParam()
      Returns:
      page limits joined and URL-encoded to be used as query parameter