Package com.microsoft.graph.models
Class AttachmentCreateUploadSessionParameterSet
java.lang.Object
com.microsoft.graph.models.AttachmentCreateUploadSessionParameterSet
The class for the Attachment Create Upload Session Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the AttachmentCreateUploadSessionParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new AttachmentCreateUploadSessionParameterSetprotected
AttachmentCreateUploadSessionParameterSet
(AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder builder) Instiaciates a new AttachmentCreateUploadSessionParameterSet -
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
-
attachmentItem
@SerializedName(value="attachmentItem", alternate="AttachmentItem") @Expose @Nullable public AttachmentItem attachmentItemThe attachment Item.
-
-
Constructor Details
-
AttachmentCreateUploadSessionParameterSet
public AttachmentCreateUploadSessionParameterSet()Instiaciates a new AttachmentCreateUploadSessionParameterSet -
AttachmentCreateUploadSessionParameterSet
protected AttachmentCreateUploadSessionParameterSet(@Nonnull AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder builder) Instiaciates a new AttachmentCreateUploadSessionParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder 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
-