public class EndpointCreator extends VoiceCreator<EndpointCreateResponse>
plivoClient| Constructor and Description |
|---|
EndpointCreator(java.lang.String username,
java.lang.String password,
java.lang.String alias) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
appId() |
EndpointCreator |
appId(java.lang.String appId) |
protected retrofit2.Call<EndpointCreateResponse> |
obtainCall() |
protected retrofit2.Call<EndpointCreateResponse> |
obtainFallback1Call() |
protected retrofit2.Call<EndpointCreateResponse> |
obtainFallback2Call() |
client, createclient, handleResponse, validatepublic EndpointCreator(java.lang.String username, java.lang.String password, java.lang.String alias)
public java.lang.String appId()
public EndpointCreator appId(java.lang.String appId)
protected retrofit2.Call<EndpointCreateResponse> obtainCall()
obtainCall in class VoiceCreator<EndpointCreateResponse>protected retrofit2.Call<EndpointCreateResponse> obtainFallback1Call()
obtainFallback1Call in class VoiceCreator<EndpointCreateResponse>protected retrofit2.Call<EndpointCreateResponse> obtainFallback2Call()
obtainFallback2Call in class VoiceCreator<EndpointCreateResponse>