Uses of Class
com.twilio.rest.conversations.v1.AddressConfiguration.Type
-
Packages that use AddressConfiguration.Type Package Description com.twilio.rest.conversations.v1 -
-
Uses of AddressConfiguration.Type in com.twilio.rest.conversations.v1
Methods in com.twilio.rest.conversations.v1 that return AddressConfiguration.Type Modifier and Type Method Description static AddressConfiguration.TypeAddressConfiguration.Type. forValue(String value)static AddressConfiguration.TypeAddressConfiguration.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressConfiguration.Type[]AddressConfiguration.Type. 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.Type Modifier and Type Method Description static AddressConfigurationCreatorAddressConfiguration. creator(AddressConfiguration.Type type, String address)AddressConfigurationCreatorAddressConfigurationCreator. setType(AddressConfiguration.Type type)Constructors in com.twilio.rest.conversations.v1 with parameters of type AddressConfiguration.Type Constructor Description AddressConfigurationCreator(AddressConfiguration.Type type, String address)
-