public class Feedback extends InstanceResource<TwilioRestClient>
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE_CREATED_PROP |
static String |
DATE_UPDATED_PROP |
static String |
ISSUE_PARAM |
static String |
ISSUES_PROP |
static String |
QUALITY_SCORE_PARAM |
static String |
QUALITY_SCORE_PROP |
| Constructor and Description |
|---|
Feedback(TwilioRestClient client,
Map<String,Object> properties,
String parentLocation)
Instantiates a new feedback.
|
Feedback(TwilioRestClient client,
String parentLocation)
Instantiates a new feedback.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete()
Delete the call feedback.
|
Date |
getDateCreated()
Gets the date created.
|
Date |
getDateUpdated()
Gets the date updated.
|
Set<String> |
getIssues()
Gets the issues.
|
int |
getQualityScore()
Gets the quality score.
|
getObject, getProperty, update, updatesetRequestAccountSidpublic static final String QUALITY_SCORE_PROP
public static final String ISSUES_PROP
public static final String DATE_CREATED_PROP
public static final String DATE_UPDATED_PROP
public static final String QUALITY_SCORE_PARAM
public static final String ISSUE_PARAM
public Feedback(TwilioRestClient client, Map<String,Object> properties, String parentLocation)
client - the clientproperties - the propertiesparentLocation - the parent locationpublic Feedback(TwilioRestClient client, String parentLocation)
client - the clientparentLocation - the parent locationpublic boolean delete()
throws TwilioRestException
TwilioRestException - if there is an error in the requestpublic int getQualityScore()
public Date getDateCreated()
public Date getDateUpdated()
Copyright © 2011 Twilio, Inc. All Rights Reserved.