Class MessagingListAttachmentsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.MessagingListAttachmentsResponse.Builder
-
- Enclosing class:
- MessagingListAttachmentsResponse
public static final class MessagingListAttachmentsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagingListAttachmentsResponsebuild()MessagingListAttachmentsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationMessagingListAttachmentsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)MessagingListAttachmentsResponse.BuildermessagingAttachmentsPaginated(MessagingAttachmentsPaginated messagingAttachmentsPaginated)The list of attachments was retrieved.MessagingListAttachmentsResponse.BuildermessagingAttachmentsPaginated(java.util.Optional<? extends MessagingAttachmentsPaginated> messagingAttachmentsPaginated)The list of attachments was retrieved.MessagingListAttachmentsResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingMessagingListAttachmentsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public MessagingListAttachmentsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public MessagingListAttachmentsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public MessagingListAttachmentsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
messagingAttachmentsPaginated
public MessagingListAttachmentsResponse.Builder messagingAttachmentsPaginated(MessagingAttachmentsPaginated messagingAttachmentsPaginated)
The list of attachments was retrieved.
-
messagingAttachmentsPaginated
public MessagingListAttachmentsResponse.Builder messagingAttachmentsPaginated(java.util.Optional<? extends MessagingAttachmentsPaginated> messagingAttachmentsPaginated)
The list of attachments was retrieved.
-
headers
public MessagingListAttachmentsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public MessagingListAttachmentsResponse build()
-
-