Package com.ngrok.definitions
Class TlsCertificateList
java.lang.Object
com.ngrok.definitions.TlsCertificateList
- All Implemented Interfaces:
Pageable
A class encapsulating the
TlsCertificateList resource.-
Constructor Summary
ConstructorsConstructorDescriptionTlsCertificateList(List<TlsCertificate> tlsCertificates, URI uri, Optional<URI> nextPageUri) Creates a new instance ofTlsCertificateList. -
Method Summary
-
Constructor Details
-
TlsCertificateList
Creates a new instance ofTlsCertificateList.- Parameters:
tlsCertificates- the list of all TLS certificates on this accounturi- URI of the TLS certificates list API resourcenextPageUri- URI of the next page, or null if there is no next page
-
-
Method Details
-
getTlsCertificates
the list of all TLS certificates on this account- Returns:
- the value of the property as a
ListofTlsCertificate
-
getUri
URI of the TLS 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
-