Class RequestLogs
- java.lang.Object
-
- com.stackone.stackone_client_java.RequestLogs
-
public class RequestLogs extends java.lang.ObjectAPI requests and response logs.
-
-
Method Summary
-
-
-
Method Detail
-
async
public AsyncRequestLogs async()
Switches to the async SDK.- Returns:
- The async SDK
-
listStepLogs
public StackoneListStepLogsRequestBuilder listStepLogs()
List Step Logs- Returns:
- The call builder
-
listStepLogs
public StackoneListStepLogsResponse listStepLogs(StackoneListStepLogsRequest request)
List Step Logs- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.RuntimeException- subclass if the API call fails
-
listStepLogs
public 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:
- The response from the API call
- Throws:
java.lang.RuntimeException- subclass if the API call fails
-
getLog
public StackoneGetLogRequestBuilder getLog()
Get Log- Returns:
- The call builder
-
getLog
public StackoneGetLogResponse getLog(java.lang.String id)
Get Log- Parameters:
id-- Returns:
- The response from the API call
- Throws:
java.lang.RuntimeException- subclass if the API call fails
-
getLog
public 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:
- The response from the API call
- Throws:
java.lang.RuntimeException- subclass if the API call fails
-
listLogs
public StackoneListLogsRequestBuilder listLogs()
List Logs- Returns:
- The call builder
-
listLogs
public StackoneListLogsResponse listLogs(StackoneListLogsRequest request)
List Logs- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.RuntimeException- subclass if the API call fails
-
listLogs
public 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:
- The response from the API call
- Throws:
java.lang.RuntimeException- subclass if the API call fails
-
listPlatformLogs
public StackoneListPlatformLogsRequestBuilder listPlatformLogs()
List Platform Logs- Returns:
- The call builder
-
listPlatformLogs
public StackoneListPlatformLogsResponse listPlatformLogs(StackoneListPlatformLogsRequest request)
List Platform Logs- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.RuntimeException- subclass if the API call fails
-
listPlatformLogs
public 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:
- The response from the API call
- Throws:
java.lang.RuntimeException- subclass if the API call fails
-
-