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