Uses of Enum Class
com.vonage.client.numbers.UpdateNumberRequest.CallbackType
Packages that use UpdateNumberRequest.CallbackType
-
Uses of UpdateNumberRequest.CallbackType in com.vonage.client.numbers
Methods in com.vonage.client.numbers that return UpdateNumberRequest.CallbackTypeModifier and TypeMethodDescriptionUpdateNumberRequest.CallbackType.fromString(String type) Creates the enum from its string representation.UpdateNumberRequest.getVoiceCallbackType()Specifies whether inbound voice calls on your number are forwarded to a SIP or a telephone number.Returns the enum constant of this class with the specified name.static UpdateNumberRequest.CallbackType[]UpdateNumberRequest.CallbackType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.numbers with parameters of type UpdateNumberRequest.CallbackTypeModifier and TypeMethodDescriptionvoidUpdateNumberRequest.setVoiceCallbackType(UpdateNumberRequest.CallbackType voiceCallbackType) Deprecated.UpdateNumberRequest.Builder.voiceCallback(UpdateNumberRequest.CallbackType type, String voiceCallbackValue) Sets the voice callback type and value (either SIP or PSTN).