Interface ChangeSubscription

All Known Implementing Classes:
ChangeSubscriptionImpl

public interface ChangeSubscription

Notification about changes to a resource. The payload format differs for resource creation, update, and deletion.


Example to create an instance using the builder pattern

     ChangeSubscription changeSubscription = ChangeSubscription.builder()
             .resourceTypeId(ChangeSubscriptionResourceTypeId.BUSINESS_UNIT)
             .build()