@UriParams public final class FeedbackSummaryEndpointConfiguration extends TwilioConfiguration
Constructor and Description |
---|
FeedbackSummaryEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.LocalDate |
getEndDate() |
String |
getPathAccountSid() |
String |
getPathSid() |
org.joda.time.LocalDate |
getStartDate() |
void |
setEndDate(org.joda.time.LocalDate endDate) |
void |
setPathAccountSid(String pathAccountSid) |
void |
setPathSid(String pathSid) |
void |
setStartDate(org.joda.time.LocalDate startDate) |
copy, getApiName, getMethodName, setApiName, setMethodName
public FeedbackSummaryEndpointConfiguration()
public org.joda.time.LocalDate getEndDate()
public void setEndDate(org.joda.time.LocalDate endDate)
public String getPathAccountSid()
public void setPathAccountSid(String pathAccountSid)
public String getPathSid()
public void setPathSid(String pathSid)
public org.joda.time.LocalDate getStartDate()
public void setStartDate(org.joda.time.LocalDate startDate)
Apache Camel