Package com.ngrok.definitions
Interface Pageable
- All Known Implementing Classes:
AgentIngressList,ApiKeyList,CertificateAuthorityList,CredentialList,EndpointConfigurationList,EventDestinationList,EventStreamList,EventSubscriptionList,IpPolicyList,IpPolicyRuleList,IpRestrictionList,ReservedAddrList,ReservedDomainList,SshCertificateAuthorityList,SshCredentialList,SshHostCertificateList,SshUserCertificateList,TlsCertificateList,TunnelList,TunnelSessionList
public interface Pageable
Interface indicating a resource type that can have more than one page of responses.
-
Method Summary
Modifier and TypeMethodDescriptionFetches the URI of the next page.
-
Method Details
-
getNextPageUri
Fetches the URI of the next page.- Returns:
- a URI
-