Package com.microsoft.graph.models
Class BookingAppointmentCancelParameterSet.BookingAppointmentCancelParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.BookingAppointmentCancelParameterSet.BookingAppointmentCancelParameterSetBuilder
- Enclosing class:
BookingAppointmentCancelParameterSet
public static final class BookingAppointmentCancelParameterSet.BookingAppointmentCancelParameterSetBuilder
extends Object
Fluent builder for the BookingAppointmentCancelParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new BookingAppointmentCancelParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the CancellationMessage
-
Field Details
-
cancellationMessage
The cancellationMessage parameter value
-
-
Constructor Details
-
BookingAppointmentCancelParameterSetBuilder
@Nullable protected BookingAppointmentCancelParameterSetBuilder()Instanciates a new BookingAppointmentCancelParameterSetBuilder
-
-
Method Details
-
withCancellationMessage
@Nonnull public BookingAppointmentCancelParameterSet.BookingAppointmentCancelParameterSetBuilder withCancellationMessage(@Nullable String val) Sets the CancellationMessage- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-