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

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

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


public class CompanyAnsweringRuleTimeIntervalRequest {
    /**
     * Time in format hh:mm
     */
    public String from;
    /**
     * Time in format hh:mm
     */
    public String to;

    public CompanyAnsweringRuleTimeIntervalRequest from(String from) {
        this.from = from;
        return this;
    }

    public CompanyAnsweringRuleTimeIntervalRequest to(String to) {
        this.to = to;
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy