Modifier and Type | Method and Description |
---|---|
EventOptions |
EventOptions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.event.EventsDto> |
EventAsyncApi.listEvents(EventOptions options) |
com.abiquo.server.core.event.EventsDto |
EventApi.listEvents(EventOptions options)
List events using filters.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Event> |
EventService.listEvents(EventOptions options)
Get the list of all events using filters as query params.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Event> |
BaseEventService.listEvents(EventOptions options) |
Modifier and Type | Method and Description |
---|---|
Iterable<Event> |
ListEvents.execute(EventOptions options) |
Modifier and Type | Method and Description |
---|---|
Iterable<Event> |
ListEventsImpl.execute(EventOptions options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.