Class EventDeclineParameterSet

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

public class EventDeclineParameterSet extends Object
The class for the Event Decline Parameter Set.
  • Field Details

    • comment

      @SerializedName(value="comment", alternate="Comment") @Expose @Nullable public String comment
      The comment.
    • sendResponse

      @SerializedName(value="sendResponse", alternate="SendResponse") @Expose @Nullable public Boolean sendResponse
      The send Response.
    • proposedNewTime

      @SerializedName(value="proposedNewTime", alternate="ProposedNewTime") @Expose @Nullable public TimeSlot proposedNewTime
      The proposed New Time.
  • Constructor Details

    • EventDeclineParameterSet

      public EventDeclineParameterSet()
      Instiaciates a new EventDeclineParameterSet
    • EventDeclineParameterSet

      protected EventDeclineParameterSet(@Nonnull EventDeclineParameterSet.EventDeclineParameterSetBuilder builder)
      Instiaciates a new EventDeclineParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details

    • newBuilder

      @Nonnull public static EventDeclineParameterSet.EventDeclineParameterSetBuilder 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