@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumReplaySessionsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RumReplaySessionsApi.GetSegmentsOptionalParameters
Manage optional parameters to getSegments.
|
| Constructor and Description |
|---|
RumReplaySessionsApi() |
RumReplaySessionsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient()
Get the API client.
|
void |
getSegments(String viewId,
String sessionId)
Get segments.
|
void |
getSegments(String viewId,
String sessionId,
RumReplaySessionsApi.GetSegmentsOptionalParameters parameters)
Get segments.
|
CompletableFuture<Void> |
getSegmentsAsync(String viewId,
String sessionId)
Get segments.
|
CompletableFuture<Void> |
getSegmentsAsync(String viewId,
String sessionId,
RumReplaySessionsApi.GetSegmentsOptionalParameters parameters)
Get segments.
|
ApiResponse<Void> |
getSegmentsWithHttpInfo(String viewId,
String sessionId,
RumReplaySessionsApi.GetSegmentsOptionalParameters parameters)
Get segments for a view.
|
CompletableFuture<ApiResponse<Void>> |
getSegmentsWithHttpInfoAsync(String viewId,
String sessionId,
RumReplaySessionsApi.GetSegmentsOptionalParameters parameters)
Get segments.
|
void |
setApiClient(ApiClient apiClient)
Set the API client.
|
public RumReplaySessionsApi()
public RumReplaySessionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic void getSegments(String viewId, String sessionId) throws ApiException
viewId - Unique identifier of the view. (required)sessionId - Unique identifier of the session. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> getSegmentsAsync(String viewId, String sessionId)
viewId - Unique identifier of the view. (required)sessionId - Unique identifier of the session. (required)public void getSegments(String viewId, String sessionId, RumReplaySessionsApi.GetSegmentsOptionalParameters parameters) throws ApiException
viewId - Unique identifier of the view. (required)sessionId - Unique identifier of the session. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<Void> getSegmentsAsync(String viewId, String sessionId, RumReplaySessionsApi.GetSegmentsOptionalParameters parameters)
viewId - Unique identifier of the view. (required)sessionId - Unique identifier of the session. (required)parameters - Optional parameters for the request.public ApiResponse<Void> getSegmentsWithHttpInfo(String viewId, String sessionId, RumReplaySessionsApi.GetSegmentsOptionalParameters parameters) throws ApiException
viewId - Unique identifier of the view. (required)sessionId - Unique identifier of the session. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> getSegmentsWithHttpInfoAsync(String viewId, String sessionId, RumReplaySessionsApi.GetSegmentsOptionalParameters parameters)
viewId - Unique identifier of the view. (required)sessionId - Unique identifier of the session. (required)parameters - Optional parameters for the request.Copyright © 2026. All rights reserved.