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 Deprecated 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.Buildernext(java.util.concurrent.Callable<java.util.Optional<AtsListApplicationDocumentsResponse>> next)Deprecated.not part of the public API, may be removed without noticeAtsListApplicationDocumentsResponse.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)
-
next
@Deprecated public AtsListApplicationDocumentsResponse.Builder next(java.util.concurrent.Callable<java.util.Optional<AtsListApplicationDocumentsResponse>> next)
Deprecated.not part of the public API, may be removed without noticeInternal API. Not for public use. Sets the provider of the next page.
-
build
public AtsListApplicationDocumentsResponse build()
-
-