Class AttachmentBaseCreateUploadSessionParameterSet

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

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

    • attachmentInfo

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