Uses of Class
com.vonage.client.application.Application.Builder
Packages that use Application.Builder
-
Uses of Application.Builder in com.vonage.client.application
Methods in com.vonage.client.application that return Application.BuilderModifier and TypeMethodDescriptionApplication.Builder.addCapability(Capability capability) Add a capability for the application.static Application.BuilderApplication.builder()Entry point for creating an instance of this class.static Application.BuilderApplication.builder(Application application) Copy an application to a new builder to modify into a new application object.Application.Builder.improveAi(boolean improveAi) Whether Vonage may store and use your content and data for the improvement of Vonage's AI based services and technologies.Set the friendly identifier for your application.Sets the application's public key.Application.Builder.removeCapabilities(Capability.Type... types) Removes the specified capabilities from the application.Application.Builder.removeCapability(Capability.Type type) Remove a capability from the application.