
com.plivo.api.models.verify_session.SessionMeta Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plivo-java Show documentation
Show all versions of plivo-java Show documentation
A Java SDK to make voice calls & send SMS using Plivo and to generate Plivo XML
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