Class UserReminderViewParameterSet

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

public class UserReminderViewParameterSet extends Object
The class for the User Reminder View Parameter Set.
  • Field Details

    • startDateTime

      @SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public String startDateTime
      The start Date Time.
    • endDateTime

      @SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public String endDateTime
      The end Date Time.
  • Constructor Details

    • UserReminderViewParameterSet

      public UserReminderViewParameterSet()
      Instiaciates a new UserReminderViewParameterSet
    • UserReminderViewParameterSet

      protected UserReminderViewParameterSet(@Nonnull UserReminderViewParameterSet.UserReminderViewParameterSetBuilder builder)
      Instiaciates a new UserReminderViewParameterSet
      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