public static final class CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
availabilityViewInterval
The availabilityViewInterval parameter value
|
protected DateTimeTimeZone |
endTime
The endTime parameter value
|
protected java.util.List<java.lang.String> |
schedules
The schedules parameter value
|
protected DateTimeTimeZone |
startTime
The startTime parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
CalendarGetScheduleParameterSetBuilder()
Instanciates a new CalendarGetScheduleParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
CalendarGetScheduleParameterSet |
build()
Buils the resulting body object to be passed to the request
|
CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder |
withAvailabilityViewInterval(java.lang.Integer val)
Sets the AvailabilityViewInterval
|
CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder |
withEndTime(DateTimeTimeZone val)
Sets the EndTime
|
CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder |
withSchedules(java.util.List<java.lang.String> val)
Sets the Schedules
|
CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder |
withStartTime(DateTimeTimeZone val)
Sets the StartTime
|
@Nullable protected java.util.List<java.lang.String> schedules
@Nullable protected DateTimeTimeZone endTime
@Nullable protected DateTimeTimeZone startTime
@Nullable protected java.lang.Integer availabilityViewInterval
@Nullable protected CalendarGetScheduleParameterSetBuilder()
@Nonnull public CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder withSchedules(@Nullable java.util.List<java.lang.String> val)
val - the value to set it to@Nonnull public CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder withEndTime(@Nullable DateTimeTimeZone val)
val - the value to set it to@Nonnull public CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder withStartTime(@Nullable DateTimeTimeZone val)
val - the value to set it to@Nonnull public CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder withAvailabilityViewInterval(@Nullable java.lang.Integer val)
val - the value to set it to@Nonnull public CalendarGetScheduleParameterSet build()