Class NewSigningKey
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.api.v2010.account.NewSigningKey
-
- All Implemented Interfaces:
Serializable
public class NewSigningKey extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NewSigningKeyCreatorcreator()static NewSigningKeyCreatorcreator(String pathAccountSid)booleanequals(Object o)static NewSigningKeyfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a NewSigningKey object using the provided ObjectMapper.static NewSigningKeyfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a NewSigningKey object using the provided ObjectMapper.ZonedDateTimegetDateCreated()ZonedDateTimegetDateUpdated()StringgetFriendlyName()StringgetSecret()StringgetSid()inthashCode()
-
-
-
Method Detail
-
creator
public static NewSigningKeyCreator creator()
-
creator
public static NewSigningKeyCreator creator(String pathAccountSid)
-
fromJson
public static NewSigningKey fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a NewSigningKey object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- NewSigningKey object represented by the provided JSON
-
fromJson
public static NewSigningKey fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a NewSigningKey object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- NewSigningKey object represented by the provided JSON
-
getSid
public final String getSid()
-
getFriendlyName
public final String getFriendlyName()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getSecret
public final String getSecret()
-
-