com.ringcentral.definitions.ScheduleInfoUserBusinessHours Maven / Gradle / Ivy
package com.ringcentral.definitions;
public class ScheduleInfoUserBusinessHours {
/**
* Weekly schedule
*/
public WeeklyScheduleInfo weeklyRanges;
public ScheduleInfoUserBusinessHours weeklyRanges(WeeklyScheduleInfo weeklyRanges) {
this.weeklyRanges = weeklyRanges;
return this;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy