Uses of Class
com.vonage.client.conversations.ListEventsRequest.Builder
Packages that use ListEventsRequest.Builder
-
Uses of ListEventsRequest.Builder in com.vonage.client.conversations
Methods in com.vonage.client.conversations that return ListEventsRequest.BuilderModifier and TypeMethodDescriptionstatic ListEventsRequest.BuilderListEventsRequest.builder()Entry point for constructing an instance of this class.ListEventsRequest.Builder.endId(int endId) The ID to stop returning events at.The type of event to search for.ListEventsRequest.Builder.excludeDeletedEvents(boolean excludeDeletedEvents) Whether to exclude deleted events from the results.ListEventsRequest.Builder.startId(int startId) The ID to start returning events at.