Uses of Class
com.twilio.rest.conversations.v1.AddressConfiguration.AutoCreationType
-
Packages that use AddressConfiguration.AutoCreationType Package Description com.twilio.rest.conversations.v1 -
-
Uses of AddressConfiguration.AutoCreationType in com.twilio.rest.conversations.v1
Methods in com.twilio.rest.conversations.v1 that return AddressConfiguration.AutoCreationType Modifier and Type Method Description static AddressConfiguration.AutoCreationTypeAddressConfiguration.AutoCreationType. forValue(String value)static AddressConfiguration.AutoCreationTypeAddressConfiguration.AutoCreationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressConfiguration.AutoCreationType[]AddressConfiguration.AutoCreationType. 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.AutoCreationType Modifier and Type Method Description AddressConfigurationCreatorAddressConfigurationCreator. setAutoCreationType(AddressConfiguration.AutoCreationType autoCreationType)AddressConfigurationUpdaterAddressConfigurationUpdater. setAutoCreationType(AddressConfiguration.AutoCreationType autoCreationType)
-