Package com.microsoft.graph.models
Class ServiceUpdateMessageUnarchiveParameterSet.ServiceUpdateMessageUnarchiveParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ServiceUpdateMessageUnarchiveParameterSet.ServiceUpdateMessageUnarchiveParameterSetBuilder
- Enclosing class:
ServiceUpdateMessageUnarchiveParameterSet
public static final class ServiceUpdateMessageUnarchiveParameterSet.ServiceUpdateMessageUnarchiveParameterSetBuilder
extends Object
Fluent builder for the ServiceUpdateMessageUnarchiveParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe messageIds parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ServiceUpdateMessageUnarchiveParameterSetBuilder -
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
-
ServiceUpdateMessageUnarchiveParameterSetBuilder
@Nullable protected ServiceUpdateMessageUnarchiveParameterSetBuilder()Instanciates a new ServiceUpdateMessageUnarchiveParameterSetBuilder
-
-
Method Details
-
withMessageIds
@Nonnull public ServiceUpdateMessageUnarchiveParameterSet.ServiceUpdateMessageUnarchiveParameterSetBuilder 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
-