Package com.ngrok.definitions
Class CertificateAuthorityList
java.lang.Object
com.ngrok.definitions.CertificateAuthorityList
- All Implemented Interfaces:
Pageable
A class encapsulating the
CertificateAuthorityList
resource.-
Constructor Summary
ConstructorDescriptionCertificateAuthorityList
(List<CertificateAuthority> certificateAuthorities, URI uri, Optional<URI> nextPageUri) Creates a new instance ofCertificateAuthorityList
. -
Method Summary
-
Constructor Details
-
CertificateAuthorityList
public CertificateAuthorityList(List<CertificateAuthority> certificateAuthorities, URI uri, Optional<URI> nextPageUri) Creates a new instance ofCertificateAuthorityList
.- Parameters:
certificateAuthorities
- 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
-
getCertificateAuthorities
the list of all certificate authorities on this account- Returns:
- the value of the property as a
List
ofCertificateAuthority
-
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
-