public class MethodHandler extends AbstractHandler
baseUrl, mapper| Constructor | Description |
|---|---|
MethodHandler(String baseUrl) |
| Modifier and Type | Method | Description |
|---|---|---|
MethodResponse |
getMethod(String methodId) |
|
MethodResponse |
getMethod(String methodId,
QueryParams params) |
|
Pagination<MethodListResponse> |
listMethods() |
|
Pagination<MethodListResponse> |
listMethods(QueryParams params) |
validateResponsepublic MethodHandler(String baseUrl)
public Pagination<MethodListResponse> listMethods() throws MollieException
MollieExceptionpublic Pagination<MethodListResponse> listMethods(QueryParams params) throws MollieException
MollieExceptionpublic MethodResponse getMethod(String methodId) throws MollieException
MollieExceptionpublic MethodResponse getMethod(String methodId, QueryParams params) throws MollieException
MollieExceptionCopyright © 2018. All rights reserved.