Package com.ngrok.definitions
Class ApiKeyList
java.lang.Object
com.ngrok.definitions.ApiKeyList
- All Implemented Interfaces:
Pageable
A class encapsulating the
ApiKeyList
resource.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ApiKeyList
Creates a new instance ofApiKeyList
.- Parameters:
keys
- the list of API keys for this accounturi
- URI of the API keys list API resourcenextPageUri
- URI of the next page, or null if there is no next page
-
-
Method Details
-
getKeys
the list of API keys for this account -
getUri
URI of the API keys 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
-