Uses of Class
com.vonage.client.VonageClient.Builder
Packages that use VonageClient.Builder
Package
Description
The root of the Vonage client library, containing
VonageClient class, which is probably what
you want.-
Uses of VonageClient.Builder in com.vonage.client
Methods in com.vonage.client that return VonageClient.BuilderModifier and TypeMethodDescriptionWhen setting an apiKey, it is also expected thatapiSecret(String)and/orsignatureSecret(String)will also be set.When setting an apiSecret, it is also expected thatapiKey(String)will also be set.VonageClient.Builder.applicationId(String applicationId) When setting an applicationId, it is also expected that theprivateKeyContentswill also be set.VonageClient.Builder.applicationId(UUID applicationId) Set the application ID for this client.static VonageClient.BuilderVonageClient.builder()Entry point for constructing an instance of this class.VonageClient.Builder.hashType(HashUtil.HashType hashType) Sets the hash type to use for signing requests.VonageClient.Builder.httpClient(org.apache.http.client.HttpClient httpClient) Deprecated.This method will be removed in the next major release.VonageClient.Builder.httpConfig(HttpConfig httpConfig) Configure the HTTP client parameters.VonageClient.Builder.privateKeyContents(byte[] privateKeyContents) When setting the contents of your private key, it is also expected thatapplicationId(String)will also be set.VonageClient.Builder.privateKeyContents(String privateKeyContents) When setting the contents of your private key, it is also expected thatapplicationId(String)will also be set.VonageClient.Builder.privateKeyPath(String privateKeyPath) When setting the path of your private key, it is also expected thatapplicationId(String)will also be set.VonageClient.Builder.privateKeyPath(Path privateKeyPath) When setting the path of your private key, it is also expected thatapplicationId(String)will also be set.VonageClient.Builder.signatureSecret(String signatureSecret) When setting a signatureSecret, it is also expected thatapiKey(String)will also be set.