Package com.vonage.client.account
Class ListSecretsResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.common.HalPageResponse
com.vonage.client.account.ListSecretsResponse
- All Implemented Interfaces:
Jsonable
HAL response for
AccountClient.listSecrets(String).-
Field Summary
Fields inherited from class com.vonage.client.common.HalPageResponse
page, pageSize, totalItems, totalPages -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListSecretsResponseDeprecated.Gets the secrets contained in the_embeddedresource.Methods inherited from class com.vonage.client.common.HalPageResponse
getLinks, getPage, getPageSize, getTotalItems, getTotalPagesMethods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
ListSecretsResponse
Deprecated.
-
-
Method Details
-
getSecrets
Gets the secrets contained in the_embeddedresource.- Returns:
- The list of SecretResponse, or
nullif absent from the response.
-
fromJson
Deprecated.
-