
com.plivo.api.models.number.PhoneNumberCreateResponse 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.number;
import com.plivo.api.models.base.BaseResponse;
import java.util.List;
public class PhoneNumberCreateResponse extends BaseResponse {
private String status;
private List numbers;
public String getStatus() {
return status;
}
public List getNumbers() {
return numbers;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy