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

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

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


public class CompanyAnsweringRuleCalledNumberInfoRequest {
    /**
     * Internal identifier of an account phone number
     */
    public String id;
    /**
     * Phone number of a callee
     */
    public String phoneNumber;

    public CompanyAnsweringRuleCalledNumberInfoRequest id(String id) {
        this.id = id;
        return this;
    }

    public CompanyAnsweringRuleCalledNumberInfoRequest phoneNumber(String phoneNumber) {
        this.phoneNumber = phoneNumber;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy