Uses of Class
com.twilio.rest.messaging.v1.brandregistration.BrandVetting.VettingProvider
-
Packages that use BrandVetting.VettingProvider Package Description com.twilio.rest.messaging.v1.brandregistration -
-
Uses of BrandVetting.VettingProvider in com.twilio.rest.messaging.v1.brandregistration
Methods in com.twilio.rest.messaging.v1.brandregistration that return BrandVetting.VettingProvider Modifier and Type Method Description static BrandVetting.VettingProviderBrandVetting.VettingProvider. forValue(String value)BrandVetting.VettingProviderBrandVetting. getVettingProvider()static BrandVetting.VettingProviderBrandVetting.VettingProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static BrandVetting.VettingProvider[]BrandVetting.VettingProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.messaging.v1.brandregistration with parameters of type BrandVetting.VettingProvider Modifier and Type Method Description static BrandVettingCreatorBrandVetting. creator(String pathBrandSid, BrandVetting.VettingProvider vettingProvider)BrandVettingCreatorBrandVettingCreator. setVettingProvider(BrandVetting.VettingProvider vettingProvider)BrandVettingReaderBrandVettingReader. setVettingProvider(BrandVetting.VettingProvider vettingProvider)Constructors in com.twilio.rest.messaging.v1.brandregistration with parameters of type BrandVetting.VettingProvider Constructor Description BrandVettingCreator(String pathBrandSid, BrandVetting.VettingProvider vettingProvider)
-