Uses of Class
com.twilio.rest.messaging.v1.TollfreeVerification.OptInType
-
Packages that use TollfreeVerification.OptInType Package Description com.twilio.rest.messaging.v1 -
-
Uses of TollfreeVerification.OptInType in com.twilio.rest.messaging.v1
Methods in com.twilio.rest.messaging.v1 that return TollfreeVerification.OptInType Modifier and Type Method Description static TollfreeVerification.OptInTypeTollfreeVerification.OptInType. forValue(String value)TollfreeVerification.OptInTypeTollfreeVerification. getOptInType()static TollfreeVerification.OptInTypeTollfreeVerification.OptInType. valueOf(String name)Returns the enum constant of this type with the specified name.static TollfreeVerification.OptInType[]TollfreeVerification.OptInType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.messaging.v1 with parameters of type TollfreeVerification.OptInType Modifier and Type Method Description static TollfreeVerificationCreatorTollfreeVerification. creator(String businessName, String businessWebsite, String notificationEmail, List<String> useCaseCategories, String useCaseSummary, String productionMessageSample, List<String> optInImageUrls, TollfreeVerification.OptInType optInType, String messageVolume, String tollfreePhoneNumberSid)TollfreeVerificationCreatorTollfreeVerificationCreator. setOptInType(TollfreeVerification.OptInType optInType)Constructors in com.twilio.rest.messaging.v1 with parameters of type TollfreeVerification.OptInType Constructor Description TollfreeVerificationCreator(String businessName, String businessWebsite, String notificationEmail, List<String> useCaseCategories, String useCaseSummary, String productionMessageSample, List<String> optInImageUrls, TollfreeVerification.OptInType optInType, String messageVolume, String tollfreePhoneNumberSid)
-