Package com.microsoft.graph.models
Class EventDeclineParameterSet
java.lang.Object
com.microsoft.graph.models.EventDeclineParameterSet
The class for the Event Decline Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the EventDeclineParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe comment.The proposed New Time.The send Response. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new EventDeclineParameterSetprotected
Instiaciates a new EventDeclineParameterSet -
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
-
comment
The comment. -
sendResponse
@SerializedName(value="sendResponse", alternate="SendResponse") @Expose @Nullable public Boolean sendResponseThe send Response. -
proposedNewTime
@SerializedName(value="proposedNewTime", alternate="ProposedNewTime") @Expose @Nullable public TimeSlot proposedNewTimeThe proposed New Time.
-
-
Constructor Details
-
EventDeclineParameterSet
public EventDeclineParameterSet()Instiaciates a new EventDeclineParameterSet -
EventDeclineParameterSet
protected EventDeclineParameterSet(@Nonnull EventDeclineParameterSet.EventDeclineParameterSetBuilder builder) Instiaciates a new EventDeclineParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
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
-