Package com.microsoft.graph.models
Class ScheduleChangeRequestDeclineParameterSet.ScheduleChangeRequestDeclineParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ScheduleChangeRequestDeclineParameterSet.ScheduleChangeRequestDeclineParameterSetBuilder
- Enclosing class:
ScheduleChangeRequestDeclineParameterSet
public static final class ScheduleChangeRequestDeclineParameterSet.ScheduleChangeRequestDeclineParameterSetBuilder
extends Object
Fluent builder for the ScheduleChangeRequestDeclineParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ScheduleChangeRequestDeclineParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithMessage
(String val) Sets the Message
-
Field Details
-
message
The message parameter value
-
-
Constructor Details
-
ScheduleChangeRequestDeclineParameterSetBuilder
@Nullable protected ScheduleChangeRequestDeclineParameterSetBuilder()Instanciates a new ScheduleChangeRequestDeclineParameterSetBuilder
-
-
Method Details
-
withMessage
@Nonnull public ScheduleChangeRequestDeclineParameterSet.ScheduleChangeRequestDeclineParameterSetBuilder withMessage(@Nullable String val) Sets the Message- 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
-