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