Uses of Class
com.twilio.rest.flexapi.v1.FlexFlow.IntegrationType
-
Packages that use FlexFlow.IntegrationType Package Description com.twilio.rest.flexapi.v1 -
-
Uses of FlexFlow.IntegrationType in com.twilio.rest.flexapi.v1
Methods in com.twilio.rest.flexapi.v1 that return FlexFlow.IntegrationType Modifier and Type Method Description static FlexFlow.IntegrationTypeFlexFlow.IntegrationType. forValue(String value)FlexFlow.IntegrationTypeFlexFlow. getIntegrationType()static FlexFlow.IntegrationTypeFlexFlow.IntegrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlexFlow.IntegrationType[]FlexFlow.IntegrationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.flexapi.v1 with parameters of type FlexFlow.IntegrationType Modifier and Type Method Description FlexFlowCreatorFlexFlowCreator. setIntegrationType(FlexFlow.IntegrationType integrationType)FlexFlowUpdaterFlexFlowUpdater. setIntegrationType(FlexFlow.IntegrationType integrationType)
-