Class TicketingDownloadTicketingAttachmentResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.TicketingDownloadTicketingAttachmentResponse.Builder
-
- Enclosing class:
- TicketingDownloadTicketingAttachmentResponse
public static final class TicketingDownloadTicketingAttachmentResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketingDownloadTicketingAttachmentResponse.Builderbody(byte[] body)TicketingDownloadTicketingAttachmentResponse.Builderbody(java.util.Optional<byte[]> body)TicketingDownloadTicketingAttachmentResponsebuild()TicketingDownloadTicketingAttachmentResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationTicketingDownloadTicketingAttachmentResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)TicketingDownloadTicketingAttachmentResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingTicketingDownloadTicketingAttachmentResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public TicketingDownloadTicketingAttachmentResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public TicketingDownloadTicketingAttachmentResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public TicketingDownloadTicketingAttachmentResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
body
public TicketingDownloadTicketingAttachmentResponse.Builder body(byte[] body)
-
body
public TicketingDownloadTicketingAttachmentResponse.Builder body(java.util.Optional<byte[]> body)
-
headers
public TicketingDownloadTicketingAttachmentResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public TicketingDownloadTicketingAttachmentResponse build()
-
-