Interface MtUnsubscribeEventContext

All Superinterfaces:
EventContext

@Deprecated public interface MtUnsubscribeEventContext extends EventContext
  • Method Details

    • create

      static MtUnsubscribeEventContext create()
      Deprecated.
      Creates an EventContext already overlayed with this interface. The event is set to be MtSubscriptionService.EVENT_UNSUBSCRIBE
      Returns:
      the MtUnsubscribeEventContext
    • getService

      MtSubscriptionService getService()
      Deprecated.
      Specified by:
      getService in interface EventContext
    • getDeletePayload

      com.sap.cloud.mt.subscription.json.DeletePayload getDeletePayload()
      Deprecated.
      Returns:
      the payload to delete the tenant
    • setDeletePayload

      void setDeletePayload(com.sap.cloud.mt.subscription.json.DeletePayload payload)
      Deprecated.
      Parameters:
      payload - the information to delete the tenant
    • getTenantId

      String getTenantId()
      Deprecated.
      Returns:
      the tenant ID to unsubscribe
    • setTenantId

      void setTenantId(String tenantId)
      Deprecated.
      Parameters:
      tenantId - the tenant ID to unsubscribe
    • getDelete

      Boolean getDelete()
      Deprecated.
      Returns:
      true, if the tenant is to be deleted, false, if the tenant is to be skipped
    • setDelete

      void setDelete(boolean delete)
      Deprecated.
      Parameters:
      delete - true, if the tenant is to be deleted, false, if the tenant is to be skipped