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 classFluent builder for the EventDeclineParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe comment.The proposed New Time.The send Response. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new EventDeclineParameterSetprotectedInstiaciates 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
-
proposedNewTime
@SerializedName(value="proposedNewTime", alternate="ProposedNewTime") @Expose @Nullable public TimeSlot proposedNewTimeThe proposed New Time. -
sendResponse
@SerializedName(value="sendResponse", alternate="SendResponse") @Expose @Nullable public Boolean sendResponseThe send Response. -
comment
The comment.
-
-
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
-