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