
com.plivo.api.models.enduser.EndUserCreateResponse 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.enduser;
import com.plivo.api.models.base.BaseResponse;
public class EndUserCreateResponse extends BaseResponse {
private String endUserId;
private String createdAt;
private String name;
private String lastName;
private String endUserType;
public String getEndUserId() {
return endUserId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy