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

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

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


/**
 * Query parameters for operation readAnsweringRule
 */
public class ReadAnsweringRuleParameters {
    /**
     * Indicates whether inactive numbers should be returned or not
     */
    public Boolean showInactiveNumbers;

    public ReadAnsweringRuleParameters showInactiveNumbers(Boolean showInactiveNumbers) {
        this.showInactiveNumbers = showInactiveNumbers;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy