Package video.api.client.api.clients
Class RawStatisticsApi.APIlistSessionEventsRequest
java.lang.Object
video.api.client.api.clients.RawStatisticsApi.APIlistSessionEventsRequest
- Enclosing class:
- RawStatisticsApi
public class RawStatisticsApi.APIlistSessionEventsRequest
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description okhttp3.CallbuildCall(ApiCallback _callback)Build call for listSessionEventsRawStatisticsApi.APIlistSessionEventsRequestcurrentPage(java.lang.Integer currentPage)Set currentPagePage<PlayerSessionEvent>execute()Execute listSessionEvents requestApiResponse<RawStatisticsListPlayerSessionEventsResponse>executeWithHttpInfo()Execute listSessionEvents request with HTTP info returnedRawStatisticsApi.APIlistSessionEventsRequestpageSize(java.lang.Integer pageSize)Set pageSizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
currentPage
Set currentPage- Parameters:
currentPage- Choose the number of search results to return per page. Minimum value: 1 (optional, default to 1)- Returns:
- APIlistSessionEventsRequest
-
pageSize
Set pageSize- Parameters:
pageSize- Results per page. Allowed values 1-100, default is 25. (optional, default to 25)- Returns:
- APIlistSessionEventsRequest
-
buildCall
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
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 ApiExceptionExecute 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 -
-