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