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

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

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


/**
 * Query parameters for operation getBridge
 */
public class GetBridgeParameters {
    /**
     * Bridge hash password
     */
    public String pw;

    public GetBridgeParameters pw(String pw) {
        this.pw = pw;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy