Class AtsGetApplicationOfferResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsGetApplicationOfferResponse.Builder
-
- Enclosing class:
- AtsGetApplicationOfferResponse
public static final class AtsGetApplicationOfferResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsGetApplicationOfferResponsebuild()AtsGetApplicationOfferResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsGetApplicationOfferResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsGetApplicationOfferResponse.BuilderoffersResult(OffersResult offersResult)The offer related to the application with the given identifiers was retrieved.AtsGetApplicationOfferResponse.BuilderoffersResult(java.util.Optional<? extends OffersResult> offersResult)The offer related to the application with the given identifiers was retrieved.AtsGetApplicationOfferResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsGetApplicationOfferResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsGetApplicationOfferResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsGetApplicationOfferResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsGetApplicationOfferResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
offersResult
public AtsGetApplicationOfferResponse.Builder offersResult(OffersResult offersResult)
The offer related to the application with the given identifiers was retrieved.
-
offersResult
public AtsGetApplicationOfferResponse.Builder offersResult(java.util.Optional<? extends OffersResult> offersResult)
The offer related to the application with the given identifiers was retrieved.
-
headers
public AtsGetApplicationOfferResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsGetApplicationOfferResponse build()
-
-