Package com.microsoft.graph.models
Class ServiceUpdateMessageFavoriteParameterSet.ServiceUpdateMessageFavoriteParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ServiceUpdateMessageFavoriteParameterSet.ServiceUpdateMessageFavoriteParameterSetBuilder
- Enclosing class:
ServiceUpdateMessageFavoriteParameterSet
public static final class ServiceUpdateMessageFavoriteParameterSet.ServiceUpdateMessageFavoriteParameterSetBuilder
extends Object
Fluent builder for the ServiceUpdateMessageFavoriteParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe messageIds parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ServiceUpdateMessageFavoriteParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithMessageIds(List<String> val) Sets the MessageIds
-
Field Details
-
messageIds
The messageIds parameter value
-
-
Constructor Details
-
ServiceUpdateMessageFavoriteParameterSetBuilder
@Nullable protected ServiceUpdateMessageFavoriteParameterSetBuilder()Instanciates a new ServiceUpdateMessageFavoriteParameterSetBuilder
-
-
Method Details
-
withMessageIds
@Nonnull public ServiceUpdateMessageFavoriteParameterSet.ServiceUpdateMessageFavoriteParameterSetBuilder withMessageIds(@Nullable List<String> val) Sets the MessageIds- 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
-