Class AtsListApplicationsOffersResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationsOffersResponse.Builder
-
- Enclosing class:
- AtsListApplicationsOffersResponse
public static final class AtsListApplicationsOffersResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AtsListApplicationsOffersResponsebuild()AtsListApplicationsOffersResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsListApplicationsOffersResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsListApplicationsOffersResponse.Buildernext(java.util.concurrent.Callable<java.util.Optional<AtsListApplicationsOffersResponse>> next)Deprecated.not part of the public API, may be removed without noticeAtsListApplicationsOffersResponse.BuilderoffersPaginated(OffersPaginated offersPaginated)The offers related to the application with the given identifier were retrieved.AtsListApplicationsOffersResponse.BuilderoffersPaginated(java.util.Optional<? extends OffersPaginated> offersPaginated)The offers related to the application with the given identifier were retrieved.AtsListApplicationsOffersResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsListApplicationsOffersResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsListApplicationsOffersResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsListApplicationsOffersResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsListApplicationsOffersResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
offersPaginated
public AtsListApplicationsOffersResponse.Builder offersPaginated(OffersPaginated offersPaginated)
The offers related to the application with the given identifier were retrieved.
-
offersPaginated
public AtsListApplicationsOffersResponse.Builder offersPaginated(java.util.Optional<? extends OffersPaginated> offersPaginated)
The offers related to the application with the given identifier were retrieved.
-
headers
public AtsListApplicationsOffersResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
next
@Deprecated public AtsListApplicationsOffersResponse.Builder next(java.util.concurrent.Callable<java.util.Optional<AtsListApplicationsOffersResponse>> next)
Deprecated.not part of the public API, may be removed without noticeInternal API. Not for public use. Sets the provider of the next page.
-
build
public AtsListApplicationsOffersResponse build()
-
-