public class Feedback extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
Feedback.Outcome |
| Modifier and Type | Method and Description |
|---|---|
static FeedbackCreator |
creator(String pathMessageSid)
Create a FeedbackCreator to execute create.
|
static FeedbackCreator |
creator(String pathAccountSid,
String pathMessageSid)
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 creator(String pathAccountSid, String pathMessageSid)
pathAccountSid - The account_sidpathMessageSid - The message_sidpublic static FeedbackCreator creator(String pathMessageSid)
pathMessageSid - 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 © 2016 Twilio, Inc. All Rights Reserved.