Package com.microsoft.graph.models
Class MessageReplyAllParameterSet
java.lang.Object
com.microsoft.graph.models.MessageReplyAllParameterSet
The class for the Message Reply All Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the MessageReplyAllParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new MessageReplyAllParameterSetprotectedInstiaciates a new MessageReplyAllParameterSet -
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. -
comment
The comment.
-
-
Constructor Details
-
MessageReplyAllParameterSet
public MessageReplyAllParameterSet()Instiaciates a new MessageReplyAllParameterSet -
MessageReplyAllParameterSet
protected MessageReplyAllParameterSet(@Nonnull MessageReplyAllParameterSet.MessageReplyAllParameterSetBuilder builder) Instiaciates a new MessageReplyAllParameterSet- 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
-