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

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

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


/**
 * The internal IDs of RC-authenticated users.
 */
public class RcwLinkedUserModel {
    /**
     *
     */
    public RcwDomainUserModel linkedUser;

    public RcwLinkedUserModel linkedUser(RcwDomainUserModel linkedUser) {
        this.linkedUser = linkedUser;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy