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