Class AttachmentsRequestBuilder.AttachmentParameters

java.lang.Object
org.azd.build.attachments.AttachmentsRequestBuilder.AttachmentParameters
Enclosing class:
AttachmentsRequestBuilder

public static class AttachmentsRequestBuilder.AttachmentParameters extends Object
Represents the Attachment parameters.
  • Field Details

    • buildId

      public int buildId
      ID of the build.
    • timelineId

      public String timelineId
      ID of timeline.
    • recordId

      public String recordId
      ID of the record.
    • type

      public String type
      Type of attachment.
    • attachmentName

      public String attachmentName
      Name of the attachment.
  • Constructor Details

    • AttachmentParameters

      public AttachmentParameters()