Interface ImportWaitForMasterVariantEvent

All Superinterfaces:
Event

public interface ImportWaitForMasterVariantEvent extends Event

Generated when an Import Operation has the waitForMasterVariant ProcessingState.


Example to create an instance using the builder pattern

     ImportWaitForMasterVariantEvent importWaitForMasterVariantEvent = ImportWaitForMasterVariantEvent.builder()
             .id("{id}")
             .notificationType("{notificationType}")
             .resourceType(EventSubscriptionResourceTypeId.CHECKOUT)
             .createdAt(ZonedDateTime.parse("2022-01-01T12:00:00.301Z"))
             .data(dataBuilder -> dataBuilder)
             .build()