| Package | Description |
|---|---|
| jp.gopay.sdk | |
| jp.gopay.sdk.builders.webhook | |
| jp.gopay.sdk.models.response.webhook | |
| jp.gopay.sdk.resources |
| Modifier and Type | Field | Description |
|---|---|---|
protected WebhookId |
AbstractWebhookBuilders.AbstractDeleteWebhookMerchantRequestBuilder.webhookId |
|
protected WebhookId |
AbstractWebhookBuilders.AbstractDeleteWebhookRequestBuilder.webhookId |
|
protected WebhookId |
AbstractWebhookBuilders.AbstractGetWebhookMerchantRequestBuilder.webhookId |
|
protected WebhookId |
AbstractWebhookBuilders.AbstractGetWebhookRequestBuilder.webhookId |
|
protected WebhookId |
AbstractWebhookBuilders.AbstractUpdateWebhookMerchantRequestBuilder.webhookId |
|
protected WebhookId |
AbstractWebhookBuilders.AbstractUpdateWebhookRequestBuilder.webhookId |
| Modifier and Type | Method | Description |
|---|---|---|
protected WebhookId |
AbstractWebhookBuilders.AbstractDeleteWebhookMerchantRequestBuilder.getWebhookId() |
|
protected WebhookId |
AbstractWebhookBuilders.AbstractDeleteWebhookRequestBuilder.getWebhookId() |
|
protected WebhookId |
AbstractWebhookBuilders.AbstractGetWebhookMerchantRequestBuilder.getWebhookId() |
|
protected WebhookId |
AbstractWebhookBuilders.AbstractGetWebhookRequestBuilder.getWebhookId() |
|
protected WebhookId |
AbstractWebhookBuilders.AbstractUpdateWebhookMerchantRequestBuilder.getWebhookId() |
|
protected WebhookId |
AbstractWebhookBuilders.AbstractUpdateWebhookRequestBuilder.getWebhookId() |
| Constructor | Description |
|---|---|
AbstractDeleteWebhookMerchantRequestBuilder(retrofit2.Retrofit retrofit,
WebhookId webhookId) |
|
AbstractDeleteWebhookRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
WebhookId webhookId) |
|
AbstractGetWebhookMerchantRequestBuilder(retrofit2.Retrofit retrofit,
WebhookId webhookId) |
|
AbstractGetWebhookRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
WebhookId webhookId) |
|
AbstractUpdateWebhookMerchantRequestBuilder(retrofit2.Retrofit retrofit,
WebhookId webhookId) |
|
AbstractUpdateWebhookRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
WebhookId webhookId) |
|
DeleteWebhookMerchantRequestBuilder(retrofit2.Retrofit retrofit,
WebhookId webhookId) |
|
DeleteWebhookRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
WebhookId webhookId) |
|
GetWebhookMerchantRequestBuilder(retrofit2.Retrofit retrofit,
WebhookId webhookId) |
|
GetWebhookRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
WebhookId webhookId) |
|
UpdateWebhookMerchantRequestBuilder(retrofit2.Retrofit retrofit,
WebhookId webhookId) |
|
UpdateWebhookRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
WebhookId webhookId) |
| Modifier and Type | Method | Description |
|---|---|---|
WebhookId |
Webhook.getId() |
| Modifier and Type | Method | Description |
|---|---|---|
retrofit2.Call<Void> |
WebhooksResource.delete(StoreId storeId,
WebhookId webhookId) |
|
retrofit2.Call<Void> |
WebhooksResource.delete(WebhookId webhookId) |
|
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.