Class AtsUploadApplicationDocumentResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsUploadApplicationDocumentResponse.Builder
-
- Enclosing class:
- AtsUploadApplicationDocumentResponse
public static final class AtsUploadApplicationDocumentResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsUploadApplicationDocumentResponsebuild()AtsUploadApplicationDocumentResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsUploadApplicationDocumentResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsUploadApplicationDocumentResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsUploadApplicationDocumentResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operationAtsUploadApplicationDocumentResponse.BuilderwriteResultApiModel(WriteResultApiModel writeResultApiModel)The document related to the application with the given identifier was uploaded.AtsUploadApplicationDocumentResponse.BuilderwriteResultApiModel(java.util.Optional<? extends WriteResultApiModel> writeResultApiModel)The document related to the application with the given identifier was uploaded.
-
-
-
Method Detail
-
contentType
public AtsUploadApplicationDocumentResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsUploadApplicationDocumentResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsUploadApplicationDocumentResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
writeResultApiModel
public AtsUploadApplicationDocumentResponse.Builder writeResultApiModel(WriteResultApiModel writeResultApiModel)
The document related to the application with the given identifier was uploaded.
-
writeResultApiModel
public AtsUploadApplicationDocumentResponse.Builder writeResultApiModel(java.util.Optional<? extends WriteResultApiModel> writeResultApiModel)
The document related to the application with the given identifier was uploaded.
-
headers
public AtsUploadApplicationDocumentResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsUploadApplicationDocumentResponse build()
-
-