Class MessagingGetConversationResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.MessagingGetConversationResponse.Builder
-
- Enclosing class:
- MessagingGetConversationResponse
public static final class MessagingGetConversationResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagingGetConversationResponsebuild()MessagingGetConversationResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationMessagingGetConversationResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)MessagingGetConversationResponse.BuildermessagingConversationResult(MessagingConversationResult messagingConversationResult)The conversation with the given identifier was retrieved.MessagingGetConversationResponse.BuildermessagingConversationResult(java.util.Optional<? extends MessagingConversationResult> messagingConversationResult)The conversation with the given identifier was retrieved.MessagingGetConversationResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingMessagingGetConversationResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public MessagingGetConversationResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public MessagingGetConversationResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public MessagingGetConversationResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
messagingConversationResult
public MessagingGetConversationResponse.Builder messagingConversationResult(MessagingConversationResult messagingConversationResult)
The conversation with the given identifier was retrieved.
-
messagingConversationResult
public MessagingGetConversationResponse.Builder messagingConversationResult(java.util.Optional<? extends MessagingConversationResult> messagingConversationResult)
The conversation with the given identifier was retrieved.
-
headers
public MessagingGetConversationResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public MessagingGetConversationResponse build()
-
-