public class FeedbackSummary extends SidResource
Modifier and Type | Class and Description |
---|---|
static class |
FeedbackSummary.Status |
Modifier and Type | Method and Description |
---|---|
static FeedbackSummaryCreator |
create(String accountSid,
org.joda.time.LocalDate startDate,
org.joda.time.LocalDate endDate)
Create a FeedbackSummaryCreator to execute create.
|
static FeedbackSummaryDeleter |
delete(String accountSid,
String sid)
Create a FeedbackSummaryDeleter to execute delete.
|
boolean |
equals(Object o) |
static FeedbackSummaryFetcher |
fetch(String accountSid,
String sid)
Create a FeedbackSummaryFetcher to execute fetch.
|
static FeedbackSummary |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a FeedbackSummary object using the provided
ObjectMapper.
|
static FeedbackSummary |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a FeedbackSummary object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
Integer |
getCallCount()
Returns The The call_count.
|
Integer |
getCallFeedbackCount()
Returns The The call_feedback_count.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date_updated.
|
org.joda.time.DateTime |
getEndDate()
Returns The The end_date.
|
Boolean |
getIncludeSubaccounts()
Returns The The include_subaccounts.
|
List<FeedbackIssue> |
getIssues()
Returns The The issues.
|
BigDecimal |
getQualityScoreAverage()
Returns The The quality_score_average.
|
BigDecimal |
getQualityScoreMedian()
Returns The The quality_score_median.
|
BigDecimal |
getQualityScoreStandardDeviation()
Returns The The quality_score_standard_deviation.
|
String |
getSid()
Returns The The sid.
|
org.joda.time.DateTime |
getStartDate()
Returns The The start_date.
|
FeedbackSummary.Status |
getStatus()
Returns The The status.
|
int |
hashCode() |
String |
toString() |
public static FeedbackSummaryCreator create(String accountSid, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate)
accountSid
- The account_sidstartDate
- The start_dateendDate
- The end_datepublic static FeedbackSummaryFetcher fetch(String accountSid, String sid)
accountSid
- The account_sidsid
- The sidpublic static FeedbackSummaryDeleter delete(String accountSid, String sid)
accountSid
- The account_sidsid
- The sidpublic static FeedbackSummary fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static FeedbackSummary fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapperpublic final String getAccountSid()
public final Integer getCallCount()
public final Integer getCallFeedbackCount()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final org.joda.time.DateTime getEndDate()
public final Boolean getIncludeSubaccounts()
public final List<FeedbackIssue> getIssues()
public final BigDecimal getQualityScoreAverage()
public final BigDecimal getQualityScoreMedian()
public final BigDecimal getQualityScoreStandardDeviation()
public final String getSid()
getSid
in class SidResource
public final org.joda.time.DateTime getStartDate()
public final FeedbackSummary.Status getStatus()
Copyright © 2011 Twilio, Inc. All Rights Reserved.