Package com.ngrok.definitions
Class EventStreamList
java.lang.Object
com.ngrok.definitions.EventStreamList
- All Implemented Interfaces:
Pageable
A class encapsulating the
EventStreamList resource.-
Constructor Summary
ConstructorsConstructorDescriptionEventStreamList(List<EventStream> eventStreams, URI uri, Optional<URI> nextPageUri)Creates a new instance ofEventStreamList. -
Method Summary
-
Constructor Details
-
EventStreamList
Creates a new instance ofEventStreamList.- Parameters:
eventStreams- The list of all Event Streams on this account.uri- URI of the Event Stream list API resource.nextPageUri- URI of the next page, or null if there is no next page.
-
-
Method Details
-
getEventStreams
The list of all Event Streams on this account.- Returns:
- the value of the property as a
List<EventStream>
-
getUri
URI of the Event Stream list API resource.- Returns:
- the value of the property as a
URI
-
getNextPageUri
URI of the next page, or null if there is no next page.- Specified by:
getNextPageUriin interfacePageable- Returns:
- the value of the property as a
URIwrapped in anOptional
-
equals
-
hashCode
public int hashCode() -
toString
-