Class EventAcceptParameterSet

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

public class EventAcceptParameterSet extends Object
The class for the Event Accept 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.
  • Constructor Details

    • EventAcceptParameterSet

      public EventAcceptParameterSet()
      Instiaciates a new EventAcceptParameterSet
    • EventAcceptParameterSet

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

    • newBuilder

      @Nonnull public static EventAcceptParameterSet.EventAcceptParameterSetBuilder 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