Package com.nexmo.client.account
Class ListSecretsResponse
- java.lang.Object
-
- com.nexmo.client.account.ListSecretsResponse
-
public class ListSecretsResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListSecretsResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSecretsResponsefromJson(java.lang.String json)java.util.Collection<SecretResponse>getSecrets()io.openapitools.jackson.dataformat.hal.HALLinkgetSelf()
-
-
-
Constructor Detail
-
ListSecretsResponse
public ListSecretsResponse()
-
-
Method Detail
-
getSelf
public io.openapitools.jackson.dataformat.hal.HALLink getSelf()
-
getSecrets
public java.util.Collection<SecretResponse> getSecrets()
-
fromJson
public static ListSecretsResponse fromJson(java.lang.String json)
-
-