Class AtsListApplicationsOffersResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.AtsListApplicationsOffersResponse.Builder
-
- Enclosing class:
- AtsListApplicationsOffersResponse
public static final class AtsListApplicationsOffersResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete 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.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<Blob> 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<Blob> 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)
-
build
public AtsListApplicationsOffersResponse build()
-
-