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

com.ringcentral.definitions.MakeCallOutCallerInfoRequestFrom Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package com.ringcentral.definitions;


// Instance id of the caller. It corresponds to the 1st leg of the CallOut call.
public class MakeCallOutCallerInfoRequestFrom {
    /**
     * Internal identifier of a device
     */
    public String deviceId;

    public MakeCallOutCallerInfoRequestFrom deviceId(String deviceId) {
        this.deviceId = deviceId;
        return this;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy