Package com.microsoft.graph.models
Class UserSendMailParameterSet
java.lang.Object
com.microsoft.graph.models.UserSendMailParameterSet
The class for the User Send Mail Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the UserSendMailParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe message.The save To Sent Items. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new UserSendMailParameterSetprotected
Instiaciates a new UserSendMailParameterSet -
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. -
saveToSentItems
@SerializedName(value="saveToSentItems", alternate="SaveToSentItems") @Expose @Nullable public Boolean saveToSentItemsThe save To Sent Items.
-
-
Constructor Details
-
UserSendMailParameterSet
public UserSendMailParameterSet()Instiaciates a new UserSendMailParameterSet -
UserSendMailParameterSet
protected UserSendMailParameterSet(@Nonnull UserSendMailParameterSet.UserSendMailParameterSetBuilder builder) Instiaciates a new UserSendMailParameterSet- 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
-