Uses of Class
com.adobe.aio.event.management.model.Registration
-
Packages that use Registration Package Description com.adobe.aio.event.management com.adobe.aio.event.management.model -
-
Uses of Registration in com.adobe.aio.event.management
Methods in com.adobe.aio.event.management that return Registration Modifier and Type Method Description RegistrationRegistrationServiceTester. assertRegistrationCreatedOrUpdatedResponseWithEventsOfInterest(RegistrationCreateModel.Builder registrationInputModelBuilder, Supplier<Optional<Registration>> registrationSupplier)RegistrationRegistrationServiceTester. createOrUpdateJournalRegistration(String registrationName, String providerId, String eventCode)RegistrationRegistrationServiceTester. createOrUpdateRegistration(RegistrationCreateModel.Builder registrationInputModelBuilder)RegistrationRegistrationServiceTester. createOrUpdateRuntimeWebhookRegistration(String registrationName, String providerId, String eventCode, String runtimeAction)Methods in com.adobe.aio.event.management that return types with arguments of type Registration Modifier and Type Method Description Optional<Registration>RegistrationService. createOrUpdateRegistration(RegistrationCreateModel.Builder registrationCreateModelBuilder)Optional<Registration>RegistrationService. createRegistration(RegistrationCreateModel.Builder registrationCreateModelBuilder)Optional<Registration>RegistrationService. findById(String registrationId)List<Registration>RegistrationService. getRegistrationsForWorkspace()Optional<Registration>RegistrationService. updateRegistration(String registrationId, RegistrationUpdateModel.Builder registrationUpdateModelBuilder)Method parameters in com.adobe.aio.event.management with type arguments of type Registration Modifier and Type Method Description RegistrationRegistrationServiceTester. assertRegistrationCreatedOrUpdatedResponseWithEventsOfInterest(RegistrationCreateModel.Builder registrationInputModelBuilder, Supplier<Optional<Registration>> registrationSupplier) -
Uses of Registration in com.adobe.aio.event.management.model
Methods in com.adobe.aio.event.management.model that return types with arguments of type Registration Modifier and Type Method Description Collection<Registration>RegistrationCollection. getRegistrationHalModels()Method parameters in com.adobe.aio.event.management.model with type arguments of type Registration Modifier and Type Method Description voidRegistrationCollection. setRegistrationHalModels(Collection<Registration> registrationHalModels)
-