Package com.twilio.rest.flexapi.v1
Class InsightsQuestionnairesCategoryCreator
- java.lang.Object
-
- com.twilio.base.Creator<InsightsQuestionnairesCategory>
-
- com.twilio.rest.flexapi.v1.InsightsQuestionnairesCategoryCreator
-
public class InsightsQuestionnairesCategoryCreator extends Creator<InsightsQuestionnairesCategory>
-
-
Constructor Summary
Constructors Constructor Description InsightsQuestionnairesCategoryCreator(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsQuestionnairesCategorycreate(TwilioRestClient client)Execute a request using specified client.TwilioResponse<InsightsQuestionnairesCategory>createWithResponse(TwilioRestClient client)InsightsQuestionnairesCategoryCreatorsetAuthorization(String authorization)InsightsQuestionnairesCategoryCreatorsetName(String name)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync, createWithResponse
-
-
-
-
Constructor Detail
-
InsightsQuestionnairesCategoryCreator
public InsightsQuestionnairesCategoryCreator(String name)
-
-
Method Detail
-
setName
public InsightsQuestionnairesCategoryCreator setName(String name)
-
setAuthorization
public InsightsQuestionnairesCategoryCreator setAuthorization(String authorization)
-
create
public InsightsQuestionnairesCategory create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.- Specified by:
createin classCreator<InsightsQuestionnairesCategory>- Parameters:
client- client used to make request- Returns:
- Requested object
-
createWithResponse
public TwilioResponse<InsightsQuestionnairesCategory> createWithResponse(TwilioRestClient client)
- Overrides:
createWithResponsein classCreator<InsightsQuestionnairesCategory>
-
-