public class FeedbackSummary extends InstanceResource<TwilioRestClient>
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCOUNT_SID_PROPERTY |
static String |
CALL_COUNT_PROPERTY |
static String |
CALL_FEEDBACK_COUNT_PROPERTY |
static String |
END_DATE_PROPERTY |
static String |
INCLUDE_SUB_ACCOUNTS_PROPERTY |
static String |
ISSUES_PROPERTY |
static String |
QUALITY_SCORE_AVERAGE_PROPERTY |
static String |
QUALITY_SCORE_MEDIAN_PROPERTY |
static String |
QUALITY_SCORE_STANDARD_DEVIATION_PROPERTY |
static String |
START_DATE_PROPERTY |
static String |
STATUS_PROPERTY |
| Constructor and Description |
|---|
FeedbackSummary(TwilioRestClient client)
Instantiates a new FeedbackSummary
|
FeedbackSummary(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new FeedbackSummary.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountSid() |
Integer |
getCallCount() |
Integer |
getCallFeedbackCount() |
Date |
getDateCreated() |
Date |
getDateUpdated() |
Date |
getEndDate() |
Set<FeedbackSummaryIssue> |
getIssues() |
Double |
getQualityScoreAverage() |
Double |
getQualityScoreMedian() |
Double |
getQualityScoreStandardDeviation() |
String |
getSid()
Gets the sid.
|
Date |
getStartDate() |
String |
getStatus() |
boolean |
isIncludeSubAccounts() |
getObject, getProperty, update, updatesetRequestAccountSidpublic static final String ACCOUNT_SID_PROPERTY
public static final String CALL_COUNT_PROPERTY
public static final String CALL_FEEDBACK_COUNT_PROPERTY
public static final String END_DATE_PROPERTY
public static final String INCLUDE_SUB_ACCOUNTS_PROPERTY
public static final String ISSUES_PROPERTY
public static final String QUALITY_SCORE_AVERAGE_PROPERTY
public static final String QUALITY_SCORE_MEDIAN_PROPERTY
public static final String QUALITY_SCORE_STANDARD_DEVIATION_PROPERTY
public static final String START_DATE_PROPERTY
public static final String STATUS_PROPERTY
public FeedbackSummary(TwilioRestClient client)
client - the clientpublic FeedbackSummary(TwilioRestClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic String getAccountSid()
public Integer getCallCount()
public Integer getCallFeedbackCount()
public Date getDateCreated()
public Date getDateUpdated()
public Date getEndDate()
public boolean isIncludeSubAccounts()
public Set<FeedbackSummaryIssue> getIssues()
public Double getQualityScoreAverage()
public Double getQualityScoreMedian()
public Double getQualityScoreStandardDeviation()
public Date getStartDate()
public String getStatus()
public String getSid()
Copyright © 2011 Twilio, Inc. All Rights Reserved.