Uses of Class
com.vonage.client.numbers.UpdateNumberRequest.Builder
Packages that use UpdateNumberRequest.Builder
-
Uses of UpdateNumberRequest.Builder in com.vonage.client.numbers
Methods in com.vonage.client.numbers that return UpdateNumberRequest.BuilderModifier and TypeMethodDescriptionUpdateNumberRequest.Builder.applicationId(String appId) Sets the application that will handle inbound traffic to this number.UpdateNumberRequest.Builder.applicationId(UUID appId) Sets the application that will handle inbound traffic to this number.static UpdateNumberRequest.BuilderEntrypoint for constructing an instance of this class.Sets the URL-encoded URI to the webhook endpoint that handles inbound messages.Sets the URL-encoded URI to the webhook endpoint that handles inbound messages.UpdateNumberRequest.Builder.moSmppSysType(String moSmppSysType) Sets the associated system type for your SMPP client.UpdateNumberRequest.Builder.voiceCallback(UpdateNumberRequest.CallbackType type, String voiceCallbackValue) Sets the voice callback type and value (either SIP or PSTN).UpdateNumberRequest.Builder.voiceStatusCallback(String voiceStatusCallback) Sets the webhook URI for Vonage to send a request to when a call ends.UpdateNumberRequest.Builder.voiceStatusCallback(URI voiceStatusCallback) Sets the webhook URI for Vonage to send a request to when a call ends.