Class RequestLogs
- java.lang.Object
-
- com.stackone.stackone_client_java.RequestLogs
-
public class RequestLogs extends java.lang.ObjectAPI requests and response logs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneGetLogRequestBuildergetLog()Get a LogStackoneGetLogResponsegetLog(java.lang.String id)Get a LogStackoneGetLogResponsegetLog(java.lang.String id, org.openapitools.jackson.nullable.JsonNullable<? extends Include> include, java.util.Optional<Options> options)Get a LogStackoneListLogsRequestBuilderlistLogs()List LogsStackoneListLogsResponselistLogs(StackoneListLogsRequest request)List LogsStackoneListLogsResponselistLogs(StackoneListLogsRequest request, java.util.Optional<Options> options)List LogsStackoneListStepLogsRequestBuilderlistStepLogs()List Step LogsStackoneListStepLogsResponselistStepLogs(StackoneListStepLogsRequest request)List Step LogsStackoneListStepLogsResponselistStepLogs(StackoneListStepLogsRequest request, java.util.Optional<Options> options)List Step Logs
-
-
-
Method Detail
-
listStepLogs
public StackoneListStepLogsRequestBuilder listStepLogs()
List Step Logs- Returns:
- The call builder
-
listStepLogs
public StackoneListStepLogsResponse listStepLogs(StackoneListStepLogsRequest request) throws java.lang.Exception
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.Exception- if the API call fails
-
listStepLogs
public StackoneListStepLogsResponse listStepLogs(StackoneListStepLogsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
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.Exception- if the API call fails
-
getLog
public StackoneGetLogRequestBuilder getLog()
Get a Log- Returns:
- The call builder
-
getLog
public StackoneGetLogResponse getLog(java.lang.String id) throws java.lang.Exception
Get a Log- Parameters:
id-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- 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) throws java.lang.Exception
Get a 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.Exception- if the API call fails
-
listLogs
public StackoneListLogsRequestBuilder listLogs()
List Logs- Returns:
- The call builder
-
listLogs
public StackoneListLogsResponse listLogs(StackoneListLogsRequest request) throws java.lang.Exception
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.Exception- if the API call fails
-
listLogs
public StackoneListLogsResponse listLogs(StackoneListLogsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
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.Exception- if the API call fails
-
-