Uses of Class
com.twilio.rest.conversations.v1.AddressConfiguration.Method
-
Packages that use AddressConfiguration.Method Package Description com.twilio.rest.conversations.v1 -
-
Uses of AddressConfiguration.Method in com.twilio.rest.conversations.v1
Methods in com.twilio.rest.conversations.v1 that return AddressConfiguration.Method Modifier and Type Method Description static AddressConfiguration.MethodAddressConfiguration.Method. forValue(String value)static AddressConfiguration.MethodAddressConfiguration.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressConfiguration.Method[]AddressConfiguration.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.conversations.v1 with parameters of type AddressConfiguration.Method Modifier and Type Method Description AddressConfigurationCreatorAddressConfigurationCreator. setAutoCreationWebhookMethod(AddressConfiguration.Method autoCreationWebhookMethod)AddressConfigurationUpdaterAddressConfigurationUpdater. setAutoCreationWebhookMethod(AddressConfiguration.Method autoCreationWebhookMethod)
-