public class Plivo
extends java.lang.Object
| Constructor and Description |
|---|
Plivo() |
| Modifier and Type | Method and Description |
|---|---|
static PlivoClient |
getClient() |
static PlivoClient |
init()
Initializes the global
PlivoClient instance, taking the authId and authToken from
environment variables called PLIVO_AUTH_ID and PLIVO_AUTH_TOKEN. |
static PlivoClient |
init(java.lang.String authId,
java.lang.String authToken)
Initializes the global
PlivoClient instance |
public static PlivoClient init(java.lang.String authId, java.lang.String authToken)
PlivoClient instancepublic static PlivoClient init()
PlivoClient instance, taking the authId and authToken from
environment variables called PLIVO_AUTH_ID and PLIVO_AUTH_TOKEN.public static PlivoClient getClient()