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

com.plivo.api.models.verify_session.SessionMeta 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.verify_session;

import com.plivo.api.models.base.Meta;

public class SessionMeta extends Meta{
  public SessionMeta(Meta m) {
    limit = m.getLimit();
    next = m.getNext();
    offset = m.getOffset();
    previous = m.getPrevious();
  }

//  @Override
//  public Long getTotalCount() throws NoSuchMethodException {
//    throw new NoSuchMethodException("total_count field is deprecated");
//  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy