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