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