Uses of Class
com.twilio.rest.api.v2010.account.Message.ScheduleType
-
Packages that use Message.ScheduleType Package Description com.twilio.rest.api.v2010.account -
-
Uses of Message.ScheduleType in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account that return Message.ScheduleType Modifier and Type Method Description static Message.ScheduleTypeMessage.ScheduleType. forValue(String value)static Message.ScheduleTypeMessage.ScheduleType. valueOf(String name)Returns the enum constant of this type with the specified name.static Message.ScheduleType[]Message.ScheduleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.api.v2010.account with parameters of type Message.ScheduleType Modifier and Type Method Description MessageCreatorMessageCreator. setScheduleType(Message.ScheduleType scheduleType)
-