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

com.plivo.api.models.identity.IdentityCreateResponse 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.44.3
Show newest version
package com.plivo.api.models.identity;

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

public class IdentityCreateResponse  extends BaseResponse {
  private String appId;

  public String getAppId() {
    return appId;
  }

  public void setAppId(String appId) {
    this.appId = appId;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy