Package com.microsoft.graph.models
Class EventTentativelyAcceptParameterSet
java.lang.Object
com.microsoft.graph.models.EventTentativelyAcceptParameterSet
The class for the Event Tentatively Accept Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the EventTentativelyAcceptParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe comment.The proposed New Time.The send Response. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new EventTentativelyAcceptParameterSetprotectedEventTentativelyAcceptParameterSet(EventTentativelyAcceptParameterSet.EventTentativelyAcceptParameterSetBuilder builder) Instiaciates a new EventTentativelyAcceptParameterSet -
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
-
EventTentativelyAcceptParameterSet
public EventTentativelyAcceptParameterSet()Instiaciates a new EventTentativelyAcceptParameterSet -
EventTentativelyAcceptParameterSet
protected EventTentativelyAcceptParameterSet(@Nonnull EventTentativelyAcceptParameterSet.EventTentativelyAcceptParameterSetBuilder builder) Instiaciates a new EventTentativelyAcceptParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static EventTentativelyAcceptParameterSet.EventTentativelyAcceptParameterSetBuilder 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
-