Class FeedbackSummary
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.api.v2010.account.call.FeedbackSummary
-
- All Implemented Interfaces:
Serializable
public class FeedbackSummary extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FeedbackSummary.Status
-
Method Summary
-
-
-
Method Detail
-
creator
public static FeedbackSummaryCreator creator(LocalDate startDate, LocalDate endDate)
-
creator
public static FeedbackSummaryCreator creator(String pathAccountSid, LocalDate startDate, LocalDate endDate)
-
deleter
public static FeedbackSummaryDeleter deleter(String pathSid)
-
deleter
public static FeedbackSummaryDeleter deleter(String pathAccountSid, String pathSid)
-
fetcher
public static FeedbackSummaryFetcher fetcher(String pathSid)
-
fetcher
public static FeedbackSummaryFetcher fetcher(String pathAccountSid, String pathSid)
-
fromJson
public static FeedbackSummary fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a FeedbackSummary object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- FeedbackSummary object represented by the provided JSON
-
fromJson
public static FeedbackSummary fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a FeedbackSummary object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- FeedbackSummary object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getCallCount
public final Integer getCallCount()
-
getCallFeedbackCount
public final Integer getCallFeedbackCount()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getEndDate
public final LocalDate getEndDate()
-
getIncludeSubaccounts
public final Boolean getIncludeSubaccounts()
-
getQualityScoreAverage
public final BigDecimal getQualityScoreAverage()
-
getQualityScoreMedian
public final BigDecimal getQualityScoreMedian()
-
getQualityScoreStandardDeviation
public final BigDecimal getQualityScoreStandardDeviation()
-
getSid
public final String getSid()
-
getStartDate
public final LocalDate getStartDate()
-
getStatus
public final FeedbackSummary.Status getStatus()
-
-