public class NewSigningKey extends Resource
| Modifier and Type | Method and Description |
|---|---|
static NewSigningKeyCreator |
creator()
Create a NewSigningKeyCreator to execute create.
|
static NewSigningKeyCreator |
creator(String pathAccountSid)
Create a NewSigningKeyCreator to execute create.
|
boolean |
equals(Object o) |
static NewSigningKey |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a NewSigningKey object using the provided
ObjectMapper.
|
static NewSigningKey |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a NewSigningKey object using the provided
ObjectMapper.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date_updated.
|
String |
getFriendlyName()
Returns The The friendly_name.
|
String |
getSecret()
Returns The The secret.
|
String |
getSid()
Returns The The sid.
|
int |
hashCode() |
String |
toString() |
public static NewSigningKeyCreator creator(String pathAccountSid)
pathAccountSid - The account_sidpublic static NewSigningKeyCreator creator()
public static NewSigningKey fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static NewSigningKey fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getSid()
public final String getFriendlyName()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final String getSecret()
Copyright © 2016 Twilio, Inc. All Rights Reserved.