Class AtsGetApplicationDocumentResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.AtsGetApplicationDocumentResponse.Builder
-
- Enclosing class:
- AtsGetApplicationDocumentResponse
public static final class AtsGetApplicationDocumentResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsGetApplicationDocumentResponse.BuilderatsDocumentResult(AtsDocumentResult atsDocumentResult)The document related to the application with the given identifiers was retrieved.AtsGetApplicationDocumentResponse.BuilderatsDocumentResult(java.util.Optional<? extends AtsDocumentResult> atsDocumentResult)The document related to the application with the given identifiers was retrieved.AtsGetApplicationDocumentResponsebuild()AtsGetApplicationDocumentResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsGetApplicationDocumentResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsGetApplicationDocumentResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingAtsGetApplicationDocumentResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsGetApplicationDocumentResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsGetApplicationDocumentResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsGetApplicationDocumentResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
atsDocumentResult
public AtsGetApplicationDocumentResponse.Builder atsDocumentResult(AtsDocumentResult atsDocumentResult)
The document related to the application with the given identifiers was retrieved.
-
atsDocumentResult
public AtsGetApplicationDocumentResponse.Builder atsDocumentResult(java.util.Optional<? extends AtsDocumentResult> atsDocumentResult)
The document related to the application with the given identifiers was retrieved.
-
headers
public AtsGetApplicationDocumentResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsGetApplicationDocumentResponse build()
-
-