Class StackoneSearchActionsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneSearchActionsResponse.Builder
-
- Enclosing class:
- StackoneSearchActionsResponse
public static final class StackoneSearchActionsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneSearchActionsResponse.BuilderactionSearchResponseDto(ActionSearchResponseDto actionSearchResponseDto)Search resultsStackoneSearchActionsResponse.BuilderactionSearchResponseDto(java.util.Optional<? extends ActionSearchResponseDto> actionSearchResponseDto)Search resultsStackoneSearchActionsResponsebuild()StackoneSearchActionsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationStackoneSearchActionsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)StackoneSearchActionsResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingStackoneSearchActionsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public StackoneSearchActionsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public StackoneSearchActionsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public StackoneSearchActionsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
actionSearchResponseDto
public StackoneSearchActionsResponse.Builder actionSearchResponseDto(ActionSearchResponseDto actionSearchResponseDto)
Search results
-
actionSearchResponseDto
public StackoneSearchActionsResponse.Builder actionSearchResponseDto(java.util.Optional<? extends ActionSearchResponseDto> actionSearchResponseDto)
Search results
-
headers
public StackoneSearchActionsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public StackoneSearchActionsResponse build()
-
-