Class CalendarGetScheduleParameterSet

java.lang.Object
com.microsoft.graph.models.CalendarGetScheduleParameterSet

public class CalendarGetScheduleParameterSet extends Object
The class for the Calendar Get Schedule Parameter Set.
  • Field Details

    • schedules

      @SerializedName(value="schedules", alternate="Schedules") @Expose @Nullable public List<String> schedules
      The schedules.
    • endTime

      @SerializedName(value="endTime", alternate="EndTime") @Expose @Nullable public DateTimeTimeZone endTime
      The end Time.
    • startTime

      @SerializedName(value="startTime", alternate="StartTime") @Expose @Nullable public DateTimeTimeZone startTime
      The start Time.
    • availabilityViewInterval

      @SerializedName(value="availabilityViewInterval", alternate="AvailabilityViewInterval") @Expose @Nullable public Integer availabilityViewInterval
      The 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

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request