Class MessagingListConversationMessagesResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.MessagingListConversationMessagesResponse.Builder
-
- Enclosing class:
- MessagingListConversationMessagesResponse
public static final class MessagingListConversationMessagesResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagingListConversationMessagesResponsebuild()MessagingListConversationMessagesResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationMessagingListConversationMessagesResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)MessagingListConversationMessagesResponse.BuildermessagingMessagesPaginated(MessagingMessagesPaginated messagingMessagesPaginated)The list of messages in the conversation was retrieved.MessagingListConversationMessagesResponse.BuildermessagingMessagesPaginated(java.util.Optional<? extends MessagingMessagesPaginated> messagingMessagesPaginated)The list of messages in the conversation was retrieved.MessagingListConversationMessagesResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingMessagingListConversationMessagesResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public MessagingListConversationMessagesResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public MessagingListConversationMessagesResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public MessagingListConversationMessagesResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
messagingMessagesPaginated
public MessagingListConversationMessagesResponse.Builder messagingMessagesPaginated(MessagingMessagesPaginated messagingMessagesPaginated)
The list of messages in the conversation was retrieved.
-
messagingMessagesPaginated
public MessagingListConversationMessagesResponse.Builder messagingMessagesPaginated(java.util.Optional<? extends MessagingMessagesPaginated> messagingMessagesPaginated)
The list of messages in the conversation was retrieved.
-
headers
public MessagingListConversationMessagesResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public MessagingListConversationMessagesResponse build()
-
-