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

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

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


public class CallLogRecordTransferee {
    /**
     * Internal Identifier of Telephony Session, which belongs to transferee in case of Warm Transfer
     */
    public String telephonySessionId;

    public CallLogRecordTransferee telephonySessionId(String telephonySessionId) {
        this.telephonySessionId = telephonySessionId;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy