public class CalendarGetScheduleParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder
Fluent builder for the CalendarGetScheduleParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
availabilityViewInterval
The availability View Interval.
|
DateTimeTimeZone |
endTime
The end Time.
|
java.util.List<java.lang.String> |
schedules
The schedules.
|
DateTimeTimeZone |
startTime
The start Time.
|
| Modifier | Constructor and Description |
|---|---|
|
CalendarGetScheduleParameterSet()
Instiaciates a new CalendarGetScheduleParameterSet
|
protected |
CalendarGetScheduleParameterSet(CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder builder)
Instiaciates a new CalendarGetScheduleParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="schedules",
alternate="Schedules")
@Expose
@Nullable
public java.util.List<java.lang.String> schedules
@SerializedName(value="endTime",
alternate="EndTime")
@Expose
@Nullable
public DateTimeTimeZone endTime
@SerializedName(value="startTime",
alternate="StartTime")
@Expose
@Nullable
public DateTimeTimeZone startTime
@SerializedName(value="availabilityViewInterval",
alternate="AvailabilityViewInterval")
@Expose
@Nullable
public java.lang.Integer availabilityViewInterval
public CalendarGetScheduleParameterSet()
protected CalendarGetScheduleParameterSet(@Nonnull
CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()