Package com.microsoft.graph.models
Class UserGetMailTipsParameterSet
java.lang.Object
com.microsoft.graph.models.UserGetMailTipsParameterSet
The class for the User Get Mail Tips Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the UserGetMailTipsParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe email Addresses.The mail Tips Options. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new UserGetMailTipsParameterSetprotected
Instiaciates a new UserGetMailTipsParameterSet -
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
-
emailAddresses
@SerializedName(value="emailAddresses", alternate="EmailAddresses") @Expose @Nullable public List<String> emailAddressesThe email Addresses. -
mailTipsOptions
@SerializedName(value="mailTipsOptions", alternate="MailTipsOptions") @Expose @Nullable public EnumSet<MailTipsType> mailTipsOptionsThe mail Tips Options.
-
-
Constructor Details
-
UserGetMailTipsParameterSet
public UserGetMailTipsParameterSet()Instiaciates a new UserGetMailTipsParameterSet -
UserGetMailTipsParameterSet
protected UserGetMailTipsParameterSet(@Nonnull UserGetMailTipsParameterSet.UserGetMailTipsParameterSetBuilder builder) Instiaciates a new UserGetMailTipsParameterSet- 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
-