public abstract class ApiClientConfiguration
extends java.lang.Object
Constructor and Description |
---|
ApiClientConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getServiceURL()
Gets the URL of the API service end point.
|
java.lang.String |
getSite()
Gets the site name of the API client.
|
void |
setServiceURL(java.net.URL serviceURL)
Sets the API service end point.
|
void |
setSite(java.lang.String site)
Sets the site name for the API client.
|
void |
setUseSSL(boolean useSSL)
Allows to use SSL protocol to connect to the server.
|
boolean |
useSSL()
Tells if the SSL protocol is used to connect to the server.
|
public java.net.URL getServiceURL()
public void setServiceURL(java.net.URL serviceURL)
serviceURL
- The API service end point.public java.lang.String getSite()
public void setSite(java.lang.String site)
site
- The site name.public boolean useSSL()
public void setUseSSL(boolean useSSL)
useSSL
-