Package | Description |
---|---|
com.github.dannil.scbjavaclient.client |
Package which contains all clients.
|
com.github.dannil.scbjavaclient.http |
Package which contains classes related to HTTP communication.
|
Modifier and Type | Method and Description |
---|---|
CommunicationProtocol |
AbstractClient.getCommunicationProtocol()
Returns the communication protocol for this client instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractClient.setCommunicationProtocol(CommunicationProtocol communicationProtocol)
Sets the communication protocol for this client instance.
|
SCBClientBuilder |
SCBClientBuilder.setCommunicationProtocol(CommunicationProtocol communicationProtocol)
Sets the
CommunicationProtocol for this builder, and therefore the client generated from
this builder. |
Modifier and Type | Method and Description |
---|---|
static CommunicationProtocol |
CommunicationProtocol.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CommunicationProtocol[] |
CommunicationProtocol.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static URLEndpoint |
URLEndpoint.getRootUrl(Locale locale,
CommunicationProtocol communicationProtocol)
Deprecated.
Returns the root URL for the API for a specific
Locale and
CommunicationProtocol . |
URLEndpoint |
URLEndpoint.toURL(String language,
CommunicationProtocol communicationProtocol)
Deprecated.
Generates a new URL to the API by replacing the current language tag and
communication protocol in the URL with the specified language tag and
CommunicationProtocol . |
Copyright © 2018. All rights reserved.