Class AtsUpdateApplicationNoteResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsUpdateApplicationNoteResponse.Builder
-
- Enclosing class:
- AtsUpdateApplicationNoteResponse
public static final class AtsUpdateApplicationNoteResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsUpdateApplicationNoteResponsebuild()AtsUpdateApplicationNoteResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsUpdateApplicationNoteResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsUpdateApplicationNoteResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsUpdateApplicationNoteResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operationAtsUpdateApplicationNoteResponse.BuilderupdateResult(UpdateResult updateResult)Record updated successfully.AtsUpdateApplicationNoteResponse.BuilderupdateResult(java.util.Optional<? extends UpdateResult> updateResult)Record updated successfully.
-
-
-
Method Detail
-
contentType
public AtsUpdateApplicationNoteResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsUpdateApplicationNoteResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsUpdateApplicationNoteResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
updateResult
public AtsUpdateApplicationNoteResponse.Builder updateResult(UpdateResult updateResult)
Record updated successfully.
-
updateResult
public AtsUpdateApplicationNoteResponse.Builder updateResult(java.util.Optional<? extends UpdateResult> updateResult)
Record updated successfully.
-
headers
public AtsUpdateApplicationNoteResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsUpdateApplicationNoteResponse build()
-
-