Package org.azd.build.attachments
Class AttachmentsRequestBuilder.AttachmentParameters
java.lang.Object
org.azd.build.attachments.AttachmentsRequestBuilder.AttachmentParameters
- Enclosing class:
AttachmentsRequestBuilder
Represents the Attachment parameters.
-
Field Summary
Modifier and TypeFieldDescriptionName of the attachment.int
ID of the build.ID of the record.ID of timeline.Type of attachment. -
Constructor Summary
-
Method Summary
-
Field Details
-
buildId
public int buildIdID of the build. -
timelineId
ID of timeline. -
recordId
ID of the record. -
type
Type of attachment. -
attachmentName
Name of the attachment.
-
-
Constructor Details
-
AttachmentParameters
public AttachmentParameters()
-