Class StackoneListPlatformLogsOperation
- java.lang.Object
-
- com.stackone.stackone_client_java.operations.StackoneListPlatformLogsOperation
-
- All Implemented Interfaces:
Operations.Operation<StackoneListPlatformLogsResponse>,Operations.RequestOperation<StackoneListPlatformLogsRequest,StackoneListPlatformLogsResponse>
public class StackoneListPlatformLogsOperation extends java.lang.Object implements Operations.RequestOperation<StackoneListPlatformLogsRequest,StackoneListPlatformLogsResponse>
-
-
Constructor Summary
Constructors Constructor Description StackoneListPlatformLogsOperation(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.http.HttpRequestbuildRequest(StackoneListPlatformLogsRequest request)java.net.http.HttpResponse<java.io.InputStream>doRequest(StackoneListPlatformLogsRequest request)StackoneListPlatformLogsResponsehandleResponse(java.net.http.HttpResponse<java.io.InputStream> response)
-
-
-
Constructor Detail
-
StackoneListPlatformLogsOperation
public StackoneListPlatformLogsOperation(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options)
-
-
Method Detail
-
buildRequest
public java.net.http.HttpRequest buildRequest(StackoneListPlatformLogsRequest request) throws java.lang.Exception
- Throws:
java.lang.Exception
-
doRequest
public java.net.http.HttpResponse<java.io.InputStream> doRequest(StackoneListPlatformLogsRequest request) throws java.lang.Exception
- Specified by:
doRequestin interfaceOperations.RequestOperation<StackoneListPlatformLogsRequest,StackoneListPlatformLogsResponse>- Throws:
java.lang.Exception
-
handleResponse
public StackoneListPlatformLogsResponse handleResponse(java.net.http.HttpResponse<java.io.InputStream> response) throws java.lang.Exception
- Specified by:
handleResponsein interfaceOperations.Operation<StackoneListPlatformLogsResponse>- Throws:
java.lang.Exception
-
-