| Package | Description |
|---|---|
| jp.gopay.sdk.builders.webhook | |
| jp.gopay.sdk.resources |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<Webhook> |
WebhookBuilders.CreateWebhookMerchantRequestBuilder.getRequest(WebhooksResource resource) |
|
protected retrofit2.Call<Webhook> |
WebhookBuilders.CreateWebhookRequestBuilder.getRequest(WebhooksResource resource) |
|
protected retrofit2.Call<Webhook> |
WebhookBuilders.GetWebhookMerchantRequestBuilder.getRequest(WebhooksResource resource) |
|
protected retrofit2.Call<Webhook> |
WebhookBuilders.GetWebhookRequestBuilder.getRequest(WebhooksResource resource) |
|
protected retrofit2.Call<PaginatedList<Webhook>> |
WebhookBuilders.ListWebhookMerchantRequestBuilder.getRequest(WebhooksResource resource) |
|
protected retrofit2.Call<PaginatedList<Webhook>> |
WebhookBuilders.ListWebhookRequestBuilder.getRequest(WebhooksResource resource) |
|
protected retrofit2.Call<Webhook> |
WebhookBuilders.UpdateWebhookMerchantRequestBuilder.getRequest(WebhooksResource resource) |
|
protected retrofit2.Call<Webhook> |
WebhookBuilders.UpdateWebhookRequestBuilder.getRequest(WebhooksResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
retrofit2.Call<Webhook> |
WebhooksResource.create(StoreId storeId,
WebhookReq dataToPost,
IdempotencyKey idempotencyKey) |
|
retrofit2.Call<Webhook> |
WebhooksResource.create(WebhookReq dataToPost,
IdempotencyKey idempotencyKey) |
|
retrofit2.Call<Webhook> |
WebhooksResource.get(StoreId storeId,
WebhookId webhookId) |
|
retrofit2.Call<Webhook> |
WebhooksResource.get(WebhookId webhookId) |
|
retrofit2.Call<PaginatedList<Webhook>> |
WebhooksResource.list(Integer limit,
CursorDirection cursorDirection,
WebhookId cursor) |
|
retrofit2.Call<PaginatedList<Webhook>> |
WebhooksResource.list(StoreId storeId,
Integer limit,
CursorDirection cursorDirection,
WebhookId cursor) |
|
retrofit2.Call<Webhook> |
WebhooksResource.update(StoreId storeId,
WebhookId webhookId,
WebhookReq dataToPost,
IdempotencyKey idempotencyKey) |
|
retrofit2.Call<Webhook> |
WebhooksResource.update(WebhookId webhookId,
WebhookReq dataToPost,
IdempotencyKey idempotencyKey) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.