Class AtsListListsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.AtsListListsResponse.Builder
-
- Enclosing class:
- AtsListListsResponse
public static final class AtsListListsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListListsResponsebuild()AtsListListsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsListListsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsListListsResponse.BuilderlistsPaginated(ListsPaginated listsPaginated)The collection of lists was retrieved.AtsListListsResponse.BuilderlistsPaginated(java.util.Optional<? extends ListsPaginated> listsPaginated)The collection of lists was retrieved.AtsListListsResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingAtsListListsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsListListsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsListListsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsListListsResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
listsPaginated
public AtsListListsResponse.Builder listsPaginated(ListsPaginated listsPaginated)
The collection of lists was retrieved.
-
listsPaginated
public AtsListListsResponse.Builder listsPaginated(java.util.Optional<? extends ListsPaginated> listsPaginated)
The collection of lists was retrieved.
-
headers
public AtsListListsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsListListsResponse build()
-
-