public class ServiceUpdateMessageUnarchiveParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceUpdateMessageUnarchiveParameterSet.ServiceUpdateMessageUnarchiveParameterSetBuilder
Fluent builder for the ServiceUpdateMessageUnarchiveParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
messageIds
The message Ids.
|
| Modifier | Constructor and Description |
|---|---|
|
ServiceUpdateMessageUnarchiveParameterSet()
Instiaciates a new ServiceUpdateMessageUnarchiveParameterSet
|
protected |
ServiceUpdateMessageUnarchiveParameterSet(ServiceUpdateMessageUnarchiveParameterSet.ServiceUpdateMessageUnarchiveParameterSetBuilder builder)
Instiaciates a new ServiceUpdateMessageUnarchiveParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static ServiceUpdateMessageUnarchiveParameterSet.ServiceUpdateMessageUnarchiveParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="messageIds",
alternate="MessageIds")
@Expose
@Nullable
public java.util.List<java.lang.String> messageIds
public ServiceUpdateMessageUnarchiveParameterSet()
protected ServiceUpdateMessageUnarchiveParameterSet(@Nonnull
ServiceUpdateMessageUnarchiveParameterSet.ServiceUpdateMessageUnarchiveParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static ServiceUpdateMessageUnarchiveParameterSet.ServiceUpdateMessageUnarchiveParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()