com.twilio.sdk.resource.instance
Class FeedbackSummary
java.lang.Object
com.twilio.sdk.resource.Resource<C>
com.twilio.sdk.resource.InstanceResource<TwilioRestClient>
com.twilio.sdk.resource.instance.FeedbackSummary
public class FeedbackSummary
- extends InstanceResource<TwilioRestClient>
A FeedbackSummary class. Used to get feedback summary resource.
ACCOUNT_SID_PROPERTY
public static final String ACCOUNT_SID_PROPERTY
- See Also:
- Constant Field Values
CALL_COUNT_PROPERTY
public static final String CALL_COUNT_PROPERTY
- See Also:
- Constant Field Values
CALL_FEEDBACK_COUNT_PROPERTY
public static final String CALL_FEEDBACK_COUNT_PROPERTY
- See Also:
- Constant Field Values
END_DATE_PROPERTY
public static final String END_DATE_PROPERTY
- See Also:
- Constant Field Values
INCLUDE_SUB_ACCOUNTS_PROPERTY
public static final String INCLUDE_SUB_ACCOUNTS_PROPERTY
- See Also:
- Constant Field Values
ISSUES_PROPERTY
public static final String ISSUES_PROPERTY
- See Also:
- Constant Field Values
QUALITY_SCORE_AVERAGE_PROPERTY
public static final String QUALITY_SCORE_AVERAGE_PROPERTY
- See Also:
- Constant Field Values
QUALITY_SCORE_MEDIAN_PROPERTY
public static final String QUALITY_SCORE_MEDIAN_PROPERTY
- See Also:
- Constant Field Values
QUALITY_SCORE_STANDARD_DEVIATION_PROPERTY
public static final String QUALITY_SCORE_STANDARD_DEVIATION_PROPERTY
- See Also:
- Constant Field Values
START_DATE_PROPERTY
public static final String START_DATE_PROPERTY
- See Also:
- Constant Field Values
STATUS_PROPERTY
public static final String STATUS_PROPERTY
- See Also:
- Constant Field Values
FeedbackSummary
public FeedbackSummary(TwilioRestClient client)
- Instantiates a new FeedbackSummary
- Parameters:
client - the client
FeedbackSummary
public FeedbackSummary(TwilioRestClient client,
Map<String,Object> properties)
- Instantiates a new FeedbackSummary.
- Parameters:
client - the clientproperties - the properties
getAccountSid
public String getAccountSid()
getCallCount
public Integer getCallCount()
getCallFeedbackCount
public Integer getCallFeedbackCount()
getDateCreated
public Date getDateCreated()
getDateUpdated
public Date getDateUpdated()
getEndDate
public Date getEndDate()
isIncludeSubAccounts
public boolean isIncludeSubAccounts()
getIssues
public Set<FeedbackSummaryIssue> getIssues()
getQualityScoreAverage
public Double getQualityScoreAverage()
getQualityScoreMedian
public Double getQualityScoreMedian()
getQualityScoreStandardDeviation
public Double getQualityScoreStandardDeviation()
getStartDate
public Date getStartDate()
getStatus
public String getStatus()
getSid
public String getSid()
- Gets the sid.
- Returns:
- the sid
Copyright © 2011 Twilio, Inc. All Rights Reserved.