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