Package io.moov.sdk.operations
Class ListWallets.Sync
- java.lang.Object
-
- io.moov.sdk.operations.ListWallets.Sync
-
- All Implemented Interfaces:
Operations.Operation<ListWalletsResponse>,Operations.RequestOperation<ListWalletsRequest,ListWalletsResponse>
- Enclosing class:
- ListWallets
public static class ListWallets.Sync extends java.lang.Object implements Operations.RequestOperation<ListWalletsRequest,ListWalletsResponse>
-
-
Constructor Summary
Constructors Constructor Description Sync(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.http.HttpResponse<java.io.InputStream>doRequest(ListWalletsRequest request)ListWalletsResponsehandleResponse(java.net.http.HttpResponse<java.io.InputStream> response)
-
-
-
Constructor Detail
-
Sync
public Sync(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
doRequest
public java.net.http.HttpResponse<java.io.InputStream> doRequest(ListWalletsRequest request) throws java.lang.Exception
- Specified by:
doRequestin interfaceOperations.RequestOperation<ListWalletsRequest,ListWalletsResponse>- Throws:
java.lang.Exception
-
handleResponse
public ListWalletsResponse handleResponse(java.net.http.HttpResponse<java.io.InputStream> response) throws java.lang.Exception
- Specified by:
handleResponsein interfaceOperations.Operation<ListWalletsResponse>- Throws:
java.lang.Exception
-
-