Package com.ngrok.definitions
Class SshCertificateAuthorityList
java.lang.Object
com.ngrok.definitions.SshCertificateAuthorityList
- All Implemented Interfaces:
Pageable
A class encapsulating the
SshCertificateAuthorityList
resource.-
Constructor Summary
ConstructorDescriptionSshCertificateAuthorityList
(List<SshCertificateAuthority> sshCertificateAuthorities, URI uri, Optional<URI> nextPageUri) Creates a new instance ofSshCertificateAuthorityList
. -
Method Summary
-
Constructor Details
-
SshCertificateAuthorityList
public SshCertificateAuthorityList(List<SshCertificateAuthority> sshCertificateAuthorities, URI uri, Optional<URI> nextPageUri) Creates a new instance ofSshCertificateAuthorityList
.- Parameters:
sshCertificateAuthorities
- the list of all certificate authorities on this accounturi
- URI of the certificates authorities list API resourcenextPageUri
- URI of the next page, or null if there is no next page
-
-
Method Details
-
getSshCertificateAuthorities
the list of all certificate authorities on this account- Returns:
- the value of the property as a
List
ofSshCertificateAuthority
-
getUri
URI of the certificates authorities 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:
getNextPageUri
in interfacePageable
- Returns:
- the value of the property as a
URI
wrapped in anOptional
-
equals
-
hashCode
public int hashCode() -
toString
-