public interface MtAsyncUnsubscribeEventContext
extends com.sap.cds.services.EventContext
EventContext
used for the MtSubscriptionService.EVENT_ASYNC_UNSUBSCRIBE
event.Modifier and Type | Method and Description |
---|---|
static MtAsyncUnsubscribeEventContext |
create()
Creates an
EventContext already overlayed with this interface. |
Boolean |
getDelete() |
com.sap.cloud.mt.subscription.json.DeletePayload |
getDeletePayload() |
String |
getSaasRegistryCallbackUrl() |
String |
getTenantId() |
void |
setDelete(boolean delete) |
void |
setDeletePayload(com.sap.cloud.mt.subscription.json.DeletePayload payload) |
void |
setSaasRegistryCallbackUrl(String url) |
void |
setTenantId(String tenantId) |
static MtAsyncUnsubscribeEventContext create()
EventContext
already overlayed with this interface. The event is set to be
MtSubscriptionService.EVENT_ASYNC_UNSUBSCRIBE
MtAsyncUnsubscribeEventContext
com.sap.cloud.mt.subscription.json.DeletePayload getDeletePayload()
void setDeletePayload(com.sap.cloud.mt.subscription.json.DeletePayload payload)
String getTenantId()
void setTenantId(String tenantId)
Boolean getDelete()
void setDelete(boolean delete)
String getSaasRegistryCallbackUrl()
void setSaasRegistryCallbackUrl(String url)
Copyright © 2020. All rights reserved.