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