Package com.microsoft.graph.models
Class EventAcceptParameterSet
java.lang.Object
com.microsoft.graph.models.EventAcceptParameterSet
The class for the Event Accept Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the EventAcceptParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe comment.The send Response. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new EventAcceptParameterSetprotected
Instiaciates a new EventAcceptParameterSet -
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.
-
-
Constructor Details
-
EventAcceptParameterSet
public EventAcceptParameterSet()Instiaciates a new EventAcceptParameterSet -
EventAcceptParameterSet
protected EventAcceptParameterSet(@Nonnull EventAcceptParameterSet.EventAcceptParameterSetBuilder builder) Instiaciates a new EventAcceptParameterSet- 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
-