Class AtsListListsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListListsResponse.Builder
-
- Enclosing class:
- AtsListListsResponse
public static final class AtsListListsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated 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.Buildernext(java.util.concurrent.Callable<java.util.Optional<AtsListListsResponse>> next)Deprecated.AtsListListsResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> 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<java.io.InputStream> 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)
-
next
@Deprecated public AtsListListsResponse.Builder next(java.util.concurrent.Callable<java.util.Optional<AtsListListsResponse>> next)
Deprecated.Internal API. Not for public use. Sets the provider of the next page.
-
build
public AtsListListsResponse build()
-
-