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