Package com.ngrok.definitions
Class SshUserCertificateList
java.lang.Object
com.ngrok.definitions.SshUserCertificateList
- All Implemented Interfaces:
Pageable
A class encapsulating the
SshUserCertificateList resource.-
Constructor Summary
ConstructorsConstructorDescriptionSshUserCertificateList(List<SshUserCertificate> sshUserCertificates, URI uri, Optional<URI> nextPageUri) Creates a new instance ofSshUserCertificateList. -
Method Summary
-
Constructor Details
-
SshUserCertificateList
public SshUserCertificateList(List<SshUserCertificate> sshUserCertificates, URI uri, Optional<URI> nextPageUri) Creates a new instance ofSshUserCertificateList.- Parameters:
sshUserCertificates- the list of all ssh user certificates on this accounturi- URI of the ssh user certificates list API resourcenextPageUri- URI of the next page, or null if there is no next page
-
-
Method Details
-
getSshUserCertificates
the list of all ssh user certificates on this account- Returns:
- the value of the property as a
ListofSshUserCertificate
-
getUri
URI of the ssh user certificates 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
-