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