Package com.microsoft.graph.models
Class AttachmentBaseCreateUploadSessionParameterSet
java.lang.Object
com.microsoft.graph.models.AttachmentBaseCreateUploadSessionParameterSet
The class for the Attachment Base Create Upload Session Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the AttachmentBaseCreateUploadSessionParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new AttachmentBaseCreateUploadSessionParameterSetprotectedAttachmentBaseCreateUploadSessionParameterSet(AttachmentBaseCreateUploadSessionParameterSet.AttachmentBaseCreateUploadSessionParameterSetBuilder builder) Instiaciates a new AttachmentBaseCreateUploadSessionParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setstatic AttachmentBaseCreateUploadSessionParameterSet.AttachmentBaseCreateUploadSessionParameterSetBuilderGets a new builder for the body
-
Field Details
-
attachmentInfo
@SerializedName(value="attachmentInfo", alternate="AttachmentInfo") @Expose @Nullable public AttachmentInfo attachmentInfoThe attachment Info.
-
-
Constructor Details
-
AttachmentBaseCreateUploadSessionParameterSet
public AttachmentBaseCreateUploadSessionParameterSet()Instiaciates a new AttachmentBaseCreateUploadSessionParameterSet -
AttachmentBaseCreateUploadSessionParameterSet
protected AttachmentBaseCreateUploadSessionParameterSet(@Nonnull AttachmentBaseCreateUploadSessionParameterSet.AttachmentBaseCreateUploadSessionParameterSetBuilder builder) Instiaciates a new AttachmentBaseCreateUploadSessionParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static AttachmentBaseCreateUploadSessionParameterSet.AttachmentBaseCreateUploadSessionParameterSetBuilder 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
-