Class StackoneListLinkedAccounts.Sync
- java.lang.Object
-
- com.stackone.stackone_client_java.operations.StackoneListLinkedAccounts.Sync
-
- All Implemented Interfaces:
Operations.Operation<StackoneListLinkedAccountsResponse>,Operations.RequestOperation<StackoneListLinkedAccountsRequest,StackoneListLinkedAccountsResponse>
- Enclosing class:
- StackoneListLinkedAccounts
public static class StackoneListLinkedAccounts.Sync extends java.lang.Object implements Operations.RequestOperation<StackoneListLinkedAccountsRequest,StackoneListLinkedAccountsResponse>
-
-
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(StackoneListLinkedAccountsRequest request)StackoneListLinkedAccountsResponsehandleResponse(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(StackoneListLinkedAccountsRequest request) throws java.lang.Exception
- Specified by:
doRequestin interfaceOperations.RequestOperation<StackoneListLinkedAccountsRequest,StackoneListLinkedAccountsResponse>- Throws:
java.lang.Exception
-
handleResponse
public StackoneListLinkedAccountsResponse handleResponse(java.net.http.HttpResponse<java.io.InputStream> response) throws java.lang.Exception
- Specified by:
handleResponsein interfaceOperations.Operation<StackoneListLinkedAccountsResponse>- Throws:
java.lang.Exception
-
-