Class ResultPage

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

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

    Constructors 
    Constructor Description
    ResultPage​(java.util.List<java.lang.Integer> offsets, java.util.List<java.lang.Integer> limits)
    Creates new instance
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getLimitsQueryParam()  
    java.lang.String getOffsetsQueryParam()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResultPage

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

    • getOffsetsQueryParam

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

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