Package com.microsoft.graph.models
Class ScheduleChangeRequestApproveParameterSet
java.lang.Object
com.microsoft.graph.models.ScheduleChangeRequestApproveParameterSet
The class for the Schedule Change Request Approve Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ScheduleChangeRequestApproveParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ScheduleChangeRequestApproveParameterSetprotectedScheduleChangeRequestApproveParameterSet(ScheduleChangeRequestApproveParameterSet.ScheduleChangeRequestApproveParameterSetBuilder builder) Instiaciates a new ScheduleChangeRequestApproveParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
message
The message.
-
-
Constructor Details
-
ScheduleChangeRequestApproveParameterSet
public ScheduleChangeRequestApproveParameterSet()Instiaciates a new ScheduleChangeRequestApproveParameterSet -
ScheduleChangeRequestApproveParameterSet
protected ScheduleChangeRequestApproveParameterSet(@Nonnull ScheduleChangeRequestApproveParameterSet.ScheduleChangeRequestApproveParameterSetBuilder builder) Instiaciates a new ScheduleChangeRequestApproveParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ScheduleChangeRequestApproveParameterSet.ScheduleChangeRequestApproveParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-