Uses of Class
com.adobe.aio.event.management.model.EventMetadataIdOutputModel
-
Packages that use EventMetadataIdOutputModel Package Description com.adobe.aio.event.management.model -
-
Uses of EventMetadataIdOutputModel in com.adobe.aio.event.management.model
Methods in com.adobe.aio.event.management.model that return types with arguments of type EventMetadataIdOutputModel Modifier and Type Method Description Set<EventMetadataIdOutputModel>SubscriberFilterValidationOutputModel. getAcceptedEventMetadataIds()Set<EventMetadataIdOutputModel>SubscriberFilterValidationOutputModel. getRejectedEventMetadataIds()Set<EventMetadataIdOutputModel>SubscriberFilterValidationOutputModel. getUnknownEventMetadataIds()Constructor parameters in com.adobe.aio.event.management.model with type arguments of type EventMetadataIdOutputModel Constructor Description SubscriberFilterValidationOutputModel(Set<EventMetadataIdOutputModel> acceptedEventMetadataIds, Set<EventMetadataIdOutputModel> rejectedEventMetadataIds, Set<EventMetadataIdOutputModel> unknownEventMetadataIds, Set<String> acceptedCustomSampleEvents, Set<String> rejectedCustomSampleEvents, Set<String> invalidCustomSampleEvents)
-