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