Package io.moov.sdk.operations
Class ListCards.Sync
- java.lang.Object
-
- io.moov.sdk.operations.ListCards.Sync
-
- All Implemented Interfaces:
Operations.Operation<ListCardsResponse>,Operations.RequestOperation<ListCardsRequest,ListCardsResponse>
- Enclosing class:
- ListCards
public static class ListCards.Sync extends java.lang.Object implements Operations.RequestOperation<ListCardsRequest,ListCardsResponse>
-
-
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(ListCardsRequest request)ListCardsResponsehandleResponse(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(ListCardsRequest request) throws java.lang.Exception
- Specified by:
doRequestin interfaceOperations.RequestOperation<ListCardsRequest,ListCardsResponse>- Throws:
java.lang.Exception
-
handleResponse
public ListCardsResponse handleResponse(java.net.http.HttpResponse<java.io.InputStream> response) throws java.lang.Exception
- Specified by:
handleResponsein interfaceOperations.Operation<ListCardsResponse>- Throws:
java.lang.Exception
-
-