Class AttachmentCreateUploadSessionParameterSet

java.lang.Object
com.microsoft.graph.models.AttachmentCreateUploadSessionParameterSet

public class AttachmentCreateUploadSessionParameterSet extends Object
The class for the Attachment Create Upload Session Parameter Set.
  • Field Details

    • attachmentItem

      @SerializedName(value="attachmentItem", alternate="AttachmentItem") @Expose @Nullable public AttachmentItem attachmentItem
      The 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