Package com.microsoft.graph.models
Class UserGetMailTipsParameterSet.UserGetMailTipsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.UserGetMailTipsParameterSet.UserGetMailTipsParameterSetBuilder
- Enclosing class:
UserGetMailTipsParameterSet
public static final class UserGetMailTipsParameterSet.UserGetMailTipsParameterSetBuilder
extends Object
Fluent builder for the UserGetMailTipsParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe emailAddresses parameter valueprotected EnumSet<MailTipsType>The mailTipsOptions parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new UserGetMailTipsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithEmailAddresses(List<String> val) Sets the EmailAddressesSets the MailTipsOptions
-
Field Details
-
emailAddresses
The emailAddresses parameter value -
mailTipsOptions
The mailTipsOptions parameter value
-
-
Constructor Details
-
UserGetMailTipsParameterSetBuilder
@Nullable protected UserGetMailTipsParameterSetBuilder()Instanciates a new UserGetMailTipsParameterSetBuilder
-
-
Method Details
-
withEmailAddresses
@Nonnull public UserGetMailTipsParameterSet.UserGetMailTipsParameterSetBuilder withEmailAddresses(@Nullable List<String> val) Sets the EmailAddresses- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMailTipsOptions
@Nonnull public UserGetMailTipsParameterSet.UserGetMailTipsParameterSetBuilder withMailTipsOptions(@Nullable EnumSet<MailTipsType> val) Sets the MailTipsOptions- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-