Package com.microsoft.graph.models
Class ScheduleChangeRequestApproveParameterSet.ScheduleChangeRequestApproveParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ScheduleChangeRequestApproveParameterSet.ScheduleChangeRequestApproveParameterSetBuilder
- Enclosing class:
ScheduleChangeRequestApproveParameterSet
public static final class ScheduleChangeRequestApproveParameterSet.ScheduleChangeRequestApproveParameterSetBuilder
extends Object
Fluent builder for the ScheduleChangeRequestApproveParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ScheduleChangeRequestApproveParameterSetBuilder -
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
-
ScheduleChangeRequestApproveParameterSetBuilder
@Nullable protected ScheduleChangeRequestApproveParameterSetBuilder()Instanciates a new ScheduleChangeRequestApproveParameterSetBuilder
-
-
Method Details
-
withMessage
@Nonnull public ScheduleChangeRequestApproveParameterSet.ScheduleChangeRequestApproveParameterSetBuilder 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
-