Class RawStatisticsApi.APIlistSessionEventsRequest

    • Method Detail

      • currentPage

        public RawStatisticsApi.APIlistSessionEventsRequest currentPage​(Integer currentPage)
        Set currentPage
        Parameters:
        currentPage - Choose the number of search results to return per page. Minimum value: 1 (optional, default to 1)
        Returns:
        APIlistSessionEventsRequest
      • buildCall

        public okhttp3.Call buildCall​(ApiCallback _callback)
                               throws ApiException
        Build call for listSessionEvents
        Parameters:
        _callback - ApiCallback API callback
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 Success -
        404 Not Found -
      • execute

        public Page<PlayerSessionEvent> execute()
                                         throws ApiException
        Execute listSessionEvents request
        Returns:
        RawStatisticsListPlayerSessionEventsResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 Success -
        404 Not Found -
      • executeWithHttpInfo

        public ApiResponse<RawStatisticsListPlayerSessionEventsResponse> executeWithHttpInfo()
                                                                                      throws ApiException
        Execute listSessionEvents request with HTTP info returned
        Returns:
        ApiResponse<RawStatisticsListPlayerSessionEventsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 Success -
        404 Not Found -
      • executeAsync

        public okhttp3.Call executeAsync​(ApiCallback<Page<PlayerSessionEvent>> _callback)
                                  throws ApiException
        Execute listSessionEvents request (asynchronously)
        Parameters:
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 Success -
        404 Not Found -