Uses of Class
com.adobe.aio.event.management.model.EventsOfInterestInputModel
-
Packages that use EventsOfInterestInputModel Package Description com.adobe.aio.event.management.model -
-
Uses of EventsOfInterestInputModel in com.adobe.aio.event.management.model
Fields in com.adobe.aio.event.management.model with type parameters of type EventsOfInterestInputModel Modifier and Type Field Description protected Set<EventsOfInterestInputModel>
RegistrationUpdateModel.Builder. eventsOfInterestInputModels
protected Set<EventsOfInterestInputModel>
RegistrationUpdateModel. eventsOfInterestInputModels
Methods in com.adobe.aio.event.management.model that return EventsOfInterestInputModel Modifier and Type Method Description EventsOfInterestInputModel
EventsOfInterestInputModel.Builder. build()
Methods in com.adobe.aio.event.management.model that return types with arguments of type EventsOfInterestInputModel Modifier and Type Method Description Set<EventsOfInterestInputModel>
RegistrationUpdateModel. getEventsOfInterests()
Methods in com.adobe.aio.event.management.model with parameters of type EventsOfInterestInputModel Modifier and Type Method Description T
RegistrationUpdateModel.Builder. addEventsOfInterests(EventsOfInterestInputModel eventsOfInterestInputModel)
Method parameters in com.adobe.aio.event.management.model with type arguments of type EventsOfInterestInputModel Modifier and Type Method Description T
RegistrationUpdateModel.Builder. addEventsOfInterests(Set<EventsOfInterestInputModel> eventsOfInterestInputModel)
-