com.twilio.sdk.resource.instance
Class FeedbackSummary

java.lang.Object
  extended by com.twilio.sdk.resource.Resource<C>
      extended by com.twilio.sdk.resource.InstanceResource<TwilioRestClient>
          extended by com.twilio.sdk.resource.instance.FeedbackSummary

public class FeedbackSummary
extends InstanceResource<TwilioRestClient>

A FeedbackSummary class. Used to get feedback summary resource.


Field Summary
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 Summary
FeedbackSummary(TwilioRestClient client)
          Instantiates a new FeedbackSummary
FeedbackSummary(TwilioRestClient client, Map<String,Object> properties)
          Instantiates a new FeedbackSummary.
 
Method Summary
 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()
           
 
Methods inherited from class com.twilio.sdk.resource.InstanceResource
getObject, getProperty, update, update
 
Methods inherited from class com.twilio.sdk.resource.Resource
setRequestAccountSid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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 client
properties - the properties
Method Detail

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.