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
ConstructorDescriptionTlsCertificateList
(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
List
ofTlsCertificate
-
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:
getNextPageUri
in interfacePageable
- Returns:
- the value of the property as a
URI
wrapped in anOptional
-
equals
-
hashCode
public int hashCode() -
toString
-