Class AtsListApplicationDocumentsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationDocumentsResponse.Builder
-
- Enclosing class:
- AtsListApplicationDocumentsResponse
public static final class AtsListApplicationDocumentsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListApplicationDocumentsResponse.BuilderatsDocumentsPaginated(AtsDocumentsPaginated atsDocumentsPaginated)The documents related to the application with the given identifier were retrieved.AtsListApplicationDocumentsResponse.BuilderatsDocumentsPaginated(java.util.Optional<? extends AtsDocumentsPaginated> atsDocumentsPaginated)The documents related to the application with the given identifier were retrieved.AtsListApplicationDocumentsResponsebuild()AtsListApplicationDocumentsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsListApplicationDocumentsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsListApplicationDocumentsResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsListApplicationDocumentsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsListApplicationDocumentsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsListApplicationDocumentsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsListApplicationDocumentsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
atsDocumentsPaginated
public AtsListApplicationDocumentsResponse.Builder atsDocumentsPaginated(AtsDocumentsPaginated atsDocumentsPaginated)
The documents related to the application with the given identifier were retrieved.
-
atsDocumentsPaginated
public AtsListApplicationDocumentsResponse.Builder atsDocumentsPaginated(java.util.Optional<? extends AtsDocumentsPaginated> atsDocumentsPaginated)
The documents related to the application with the given identifier were retrieved.
-
headers
public AtsListApplicationDocumentsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsListApplicationDocumentsResponse build()
-
-