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 Registration
RegistrationServiceTester. assertRegistrationCreatedOrUpdatedResponseWithEventsOfInterest(RegistrationCreateModel.Builder registrationInputModelBuilder, Supplier<Optional<Registration>> registrationSupplier)
Registration
RegistrationServiceTester. createOrUpdateJournalRegistration(String registrationName, String providerId, String eventCode)
Registration
RegistrationServiceTester. createOrUpdateRegistration(RegistrationCreateModel.Builder registrationInputModelBuilder)
Registration
RegistrationServiceTester. 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 Registration
RegistrationServiceTester. 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 void
RegistrationCollection. setRegistrationHalModels(Collection<Registration> registrationHalModels)
-