public class Feedback extends Resource
Modifier and Type | Class and Description |
---|---|
static class |
Feedback.Outcome |
Modifier and Type | Method and Description |
---|---|
static FeedbackCreator |
create(String accountSid,
String messageSid)
Create a FeedbackCreator to execute create.
|
boolean |
equals(Object o) |
static Feedback |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Feedback object using the provided
ObjectMapper.
|
static Feedback |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Feedback object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date_updated.
|
String |
getMessageSid()
Returns The The message_sid.
|
Feedback.Outcome |
getOutcome()
Returns The The outcome.
|
String |
getUri()
Returns The The uri.
|
int |
hashCode() |
String |
toString() |
public static FeedbackCreator create(String accountSid, String messageSid)
accountSid
- The account_sidmessageSid
- The message_sidpublic static Feedback fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static Feedback fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapperpublic final String getAccountSid()
public final String getMessageSid()
public final Feedback.Outcome getOutcome()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final String getUri()
Copyright © 2011 Twilio, Inc. All Rights Reserved.