Class AsyncRequestLogs
- java.lang.Object
-
- com.stackone.stackone_client_java.AsyncRequestLogs
-
public class AsyncRequestLogs extends java.lang.ObjectAPI requests and response logs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneGetLogRequestBuildergetLog()Get Logjava.util.concurrent.CompletableFuture<StackoneGetLogResponse>getLog(java.lang.String id)Get Logjava.util.concurrent.CompletableFuture<StackoneGetLogResponse>getLog(java.lang.String id, org.openapitools.jackson.nullable.JsonNullable<? extends Include> include, java.util.Optional<Options> options)Get LogStackoneListLogsRequestBuilderlistLogs()List Logsjava.util.concurrent.CompletableFuture<StackoneListLogsResponse>listLogs(StackoneListLogsRequest request)List Logsjava.util.concurrent.CompletableFuture<StackoneListLogsResponse>listLogs(StackoneListLogsRequest request, java.util.Optional<Options> options)List LogsStackoneListPlatformLogsRequestBuilderlistPlatformLogs()List Platform Logsjava.util.concurrent.CompletableFuture<StackoneListPlatformLogsResponse>listPlatformLogs(StackoneListPlatformLogsRequest request)List Platform Logsjava.util.concurrent.CompletableFuture<StackoneListPlatformLogsResponse>listPlatformLogs(StackoneListPlatformLogsRequest request, java.util.Optional<Options> options)List Platform LogsStackoneListStepLogsRequestBuilderlistStepLogs()List Step Logsjava.util.concurrent.CompletableFuture<StackoneListStepLogsResponse>listStepLogs(StackoneListStepLogsRequest request)List Step Logsjava.util.concurrent.CompletableFuture<StackoneListStepLogsResponse>listStepLogs(StackoneListStepLogsRequest request, java.util.Optional<Options> options)List Step LogsRequestLogssync()Switches to the sync SDK.
-
-
-
Method Detail
-
sync
public RequestLogs sync()
Switches to the sync SDK.- Returns:
- The sync SDK
-
listStepLogs
public StackoneListStepLogsRequestBuilder listStepLogs()
List Step Logs- Returns:
- The async call builder
-
listStepLogs
public java.util.concurrent.CompletableFuture<StackoneListStepLogsResponse> listStepLogs(StackoneListStepLogsRequest request)
List Step Logs- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- CompletableFuture<StackoneListStepLogsResponse> - The async response
-
listStepLogs
public java.util.concurrent.CompletableFuture<StackoneListStepLogsResponse> listStepLogs(StackoneListStepLogsRequest request, java.util.Optional<Options> options)
List Step Logs- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- CompletableFuture<StackoneListStepLogsResponse> - The async response
-
getLog
public StackoneGetLogRequestBuilder getLog()
Get Log- Returns:
- The async call builder
-
getLog
public java.util.concurrent.CompletableFuture<StackoneGetLogResponse> getLog(java.lang.String id)
Get Log- Parameters:
id-- Returns:
- CompletableFuture<StackoneGetLogResponse> - The async response
-
getLog
public java.util.concurrent.CompletableFuture<StackoneGetLogResponse> getLog(java.lang.String id, org.openapitools.jackson.nullable.JsonNullable<? extends Include> include, java.util.Optional<Options> options)
Get Log- Parameters:
id-include- The include parameter allows you to include additional data in the response.options- additional options- Returns:
- CompletableFuture<StackoneGetLogResponse> - The async response
-
listLogs
public StackoneListLogsRequestBuilder listLogs()
List Logs- Returns:
- The async call builder
-
listLogs
public java.util.concurrent.CompletableFuture<StackoneListLogsResponse> listLogs(StackoneListLogsRequest request)
List Logs- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- CompletableFuture<StackoneListLogsResponse> - The async response
-
listLogs
public java.util.concurrent.CompletableFuture<StackoneListLogsResponse> listLogs(StackoneListLogsRequest request, java.util.Optional<Options> options)
List Logs- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- CompletableFuture<StackoneListLogsResponse> - The async response
-
listPlatformLogs
public StackoneListPlatformLogsRequestBuilder listPlatformLogs()
List Platform Logs- Returns:
- The async call builder
-
listPlatformLogs
public java.util.concurrent.CompletableFuture<StackoneListPlatformLogsResponse> listPlatformLogs(StackoneListPlatformLogsRequest request)
List Platform Logs- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- CompletableFuture<StackoneListPlatformLogsResponse> - The async response
-
listPlatformLogs
public java.util.concurrent.CompletableFuture<StackoneListPlatformLogsResponse> listPlatformLogs(StackoneListPlatformLogsRequest request, java.util.Optional<Options> options)
List Platform Logs- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- CompletableFuture<StackoneListPlatformLogsResponse> - The async response
-
-