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

com.plivo.api.models.brand.BrandDeleter 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.brand;

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

public class BrandDeleter extends MessagingDeleter{

  public BrandDeleter(String id) {
    super(id);
    this.id = id;
  }

  @Override
  protected Call obtainCall() {
    return client().getApiService().brandDelete(client().getAuthId(), id);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy