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

com.plivo.api.models.conference.ConferenceList 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.conference;

import com.plivo.api.models.base.BaseResource;
import java.util.List;

public class ConferenceList extends BaseResource {

  private List conferences;

  public List getConferences() {
    return conferences;
  }

  @Override
  public String getId() {
    return getApiId();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy