All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.plivo.api.models.account.AccountGetter Maven / Gradle / Ivy

Go to download

A Java SDK to make voice calls & send SMS using Plivo and to generate Plivo XML

There is a newer version: 5.46.0
Show newest version
package com.plivo.api.models.account;

import com.plivo.api.models.base.Getter;
import retrofit2.Call;

public class AccountGetter extends Getter {

  public AccountGetter() {
    super(""); // This is the only case where we don't care about the ID
  }

  @Override
  protected Call obtainCall() {
    return client().getApiService().accountGet(client().getAuthId());
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy