Class BookingAppointmentCancelParameterSet

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

public class BookingAppointmentCancelParameterSet extends Object
The class for the Booking Appointment Cancel Parameter Set.
  • Field Details

    • cancellationMessage

      @SerializedName(value="cancellationMessage", alternate="CancellationMessage") @Expose @Nullable public String cancellationMessage
      The cancellation Message.
  • Constructor Details

    • BookingAppointmentCancelParameterSet

      public BookingAppointmentCancelParameterSet()
      Instiaciates a new BookingAppointmentCancelParameterSet
    • BookingAppointmentCancelParameterSet

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