Package | Description |
---|---|
net.bluemind.cti.wazo.api.client | |
net.bluemind.cti.wazo.api.client.connection | |
net.bluemind.cti.wazo.api.client.exception | |
net.bluemind.cti.wazo.config |
Modifier and Type | Method and Description |
---|---|
HttpsWazoApiConnection |
WazoApiClient.getConnection(WazoEndpoints endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
HttpsWazoApiConnection.init(java.lang.String host,
WazoEndpoints endpoint) |
Constructor and Description |
---|
WazoApiException(java.lang.String message,
java.lang.String host,
WazoEndpoints endpoint) |
WazoApiException(java.lang.String message,
java.lang.String host,
WazoEndpoints endpoint,
java.lang.Exception e) |
WazoApiException(java.lang.String message,
java.lang.String host,
WazoEndpoints endpoint,
java.lang.String response) |
WazoApiException(java.lang.String message,
WazoEndpoints endpoint) |
WazoApiException(java.lang.String message,
WazoEndpoints endpoint,
java.lang.Exception e) |
WazoApiException(java.lang.String message,
WazoEndpoints endpoint,
java.lang.String response) |
WazoApiResponseException(java.lang.String host,
WazoEndpoints endpoint,
java.lang.Exception e) |
WazoApiResponseException(java.lang.String host,
WazoEndpoints endpoint,
java.lang.String response) |
WazoApiResponseException(WazoEndpoints endpoint,
java.lang.Exception e) |
WazoApiResponseException(WazoEndpoints endpoint,
java.lang.String response) |
WazoConnectionException(java.lang.String host,
WazoEndpoints endpoint,
java.lang.Exception e) |
WazoConnectionException(WazoEndpoints endpoint,
java.lang.Exception e) |
WazoUnauthorizedException(java.lang.String host,
WazoEndpoints endpoint) |
WazoUnauthorizedException(java.lang.String host,
WazoEndpoints endpoint,
java.lang.Exception e) |
WazoUnauthorizedException(WazoEndpoints endpoint) |
WazoUnauthorizedException(WazoEndpoints endpoint,
java.lang.Exception e) |
Modifier and Type | Method and Description |
---|---|
static WazoEndpoints |
WazoEndpoints.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WazoEndpoints[] |
WazoEndpoints.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All Rights Reserved.