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