Package com.microsoft.graph.models
Class MailFolderMoveParameterSet
java.lang.Object
com.microsoft.graph.models.MailFolderMoveParameterSet
The class for the Mail Folder Move Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the MailFolderMoveParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new MailFolderMoveParameterSetprotectedInstiaciates a new MailFolderMoveParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
destinationId
@SerializedName(value="destinationId", alternate="DestinationId") @Expose @Nullable public String destinationIdThe destination Id.
-
-
Constructor Details
-
MailFolderMoveParameterSet
public MailFolderMoveParameterSet()Instiaciates a new MailFolderMoveParameterSet -
MailFolderMoveParameterSet
protected MailFolderMoveParameterSet(@Nonnull MailFolderMoveParameterSet.MailFolderMoveParameterSetBuilder builder) Instiaciates a new MailFolderMoveParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-