Class AttachmentsDownloadRetrieveRequest.Builder
- java.lang.Object
-
- com.merge.api.resources.ticketing.attachments.requests.AttachmentsDownloadRetrieveRequest.Builder
-
- Enclosing class:
- AttachmentsDownloadRetrieveRequest
public static final class AttachmentsDownloadRetrieveRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentsDownloadRetrieveRequestbuild()AttachmentsDownloadRetrieveRequest.Builderfrom(AttachmentsDownloadRetrieveRequest other)AttachmentsDownloadRetrieveRequest.BuildermimeType(java.lang.String mimeType)AttachmentsDownloadRetrieveRequest.BuildermimeType(java.util.Optional<java.lang.String> mimeType)
-
-
-
Method Detail
-
from
public AttachmentsDownloadRetrieveRequest.Builder from(AttachmentsDownloadRetrieveRequest other)
-
mimeType
public AttachmentsDownloadRetrieveRequest.Builder mimeType(java.util.Optional<java.lang.String> mimeType)
-
mimeType
public AttachmentsDownloadRetrieveRequest.Builder mimeType(java.lang.String mimeType)
-
build
public AttachmentsDownloadRetrieveRequest build()
-
-