public static class GooglePaymentsPublicKeysManager.Builder extends Object
GooglePaymentsPublicKeysManager.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GooglePaymentsPublicKeysManager |
build() |
GooglePaymentsPublicKeysManager.Builder |
setHttpTransport(com.google.api.client.http.HttpTransport httpTransport)
Sets the HTTP transport.
|
GooglePaymentsPublicKeysManager.Builder |
setKeysUrl(String keysUrl) |
@CanIgnoreReturnValue public GooglePaymentsPublicKeysManager.Builder setKeysUrl(String keysUrl)
@CanIgnoreReturnValue public GooglePaymentsPublicKeysManager.Builder setHttpTransport(com.google.api.client.http.HttpTransport httpTransport)
You generally should not need to set a custom transport as the default transport GooglePaymentsPublicKeysManager.DEFAULT_HTTP_TRANSPORT should be suited for most use cases.
public GooglePaymentsPublicKeysManager build()