com.ringcentral.definitions.UserBusinessHoursScheduleInfo Maven / Gradle / Ivy
package com.ringcentral.definitions;
/**
* Schedule when an answering rule is applied
*/
public class UserBusinessHoursScheduleInfo {
/**
*
*/
public WeeklyScheduleInfo weeklyRanges;
public UserBusinessHoursScheduleInfo weeklyRanges(WeeklyScheduleInfo weeklyRanges) {
this.weeklyRanges = weeklyRanges;
return this;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy