Package com.microsoft.graph.models
Class CalendarGetScheduleParameterSet
java.lang.Object
com.microsoft.graph.models.CalendarGetScheduleParameterSet
The class for the Calendar Get Schedule Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the CalendarGetScheduleParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe availability View Interval.The end Time.The schedules.The start Time. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new CalendarGetScheduleParameterSetprotectedCalendarGetScheduleParameterSet(CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder builder) Instiaciates a new CalendarGetScheduleParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
schedules
@SerializedName(value="schedules", alternate="Schedules") @Expose @Nullable public List<String> schedulesThe schedules. -
endTime
@SerializedName(value="endTime", alternate="EndTime") @Expose @Nullable public DateTimeTimeZone endTimeThe end Time. -
startTime
@SerializedName(value="startTime", alternate="StartTime") @Expose @Nullable public DateTimeTimeZone startTimeThe start Time. -
availabilityViewInterval
@SerializedName(value="availabilityViewInterval", alternate="AvailabilityViewInterval") @Expose @Nullable public Integer availabilityViewIntervalThe availability View Interval.
-
-
Constructor Details
-
CalendarGetScheduleParameterSet
public CalendarGetScheduleParameterSet()Instiaciates a new CalendarGetScheduleParameterSet -
CalendarGetScheduleParameterSet
protected CalendarGetScheduleParameterSet(@Nonnull CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder builder) Instiaciates a new CalendarGetScheduleParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-