public static interface ResponseInspectionStatusCode.Builder extends SdkPojo, CopyableBuilder<ResponseInspectionStatusCode.Builder,ResponseInspectionStatusCode>
| Modifier and Type | Method and Description |
|---|---|
ResponseInspectionStatusCode.Builder |
failureCodes(Collection<Integer> failureCodes)
Status codes in the response that indicate a failed login or account creation attempt.
|
ResponseInspectionStatusCode.Builder |
failureCodes(Integer... failureCodes)
Status codes in the response that indicate a failed login or account creation attempt.
|
ResponseInspectionStatusCode.Builder |
successCodes(Collection<Integer> successCodes)
Status codes in the response that indicate a successful login or account creation attempt.
|
ResponseInspectionStatusCode.Builder |
successCodes(Integer... successCodes)
Status codes in the response that indicate a successful login or account creation attempt.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponseInspectionStatusCode.Builder successCodes(Collection<Integer> successCodes)
Status codes in the response that indicate a successful login or account creation attempt. To be counted as a success, the response status code must match one of these. Each code must be unique among the success and failure status codes.
JSON example: "SuccessCodes": [ 200, 201 ]
successCodes - Status codes in the response that indicate a successful login or account creation attempt. To be
counted as a success, the response status code must match one of these. Each code must be unique among
the success and failure status codes.
JSON example: "SuccessCodes": [ 200, 201 ]
ResponseInspectionStatusCode.Builder successCodes(Integer... successCodes)
Status codes in the response that indicate a successful login or account creation attempt. To be counted as a success, the response status code must match one of these. Each code must be unique among the success and failure status codes.
JSON example: "SuccessCodes": [ 200, 201 ]
successCodes - Status codes in the response that indicate a successful login or account creation attempt. To be
counted as a success, the response status code must match one of these. Each code must be unique among
the success and failure status codes.
JSON example: "SuccessCodes": [ 200, 201 ]
ResponseInspectionStatusCode.Builder failureCodes(Collection<Integer> failureCodes)
Status codes in the response that indicate a failed login or account creation attempt. To be counted as a failure, the response status code must match one of these. Each code must be unique among the success and failure status codes.
JSON example: "FailureCodes": [ 400, 404 ]
failureCodes - Status codes in the response that indicate a failed login or account creation attempt. To be counted
as a failure, the response status code must match one of these. Each code must be unique among the
success and failure status codes.
JSON example: "FailureCodes": [ 400, 404 ]
ResponseInspectionStatusCode.Builder failureCodes(Integer... failureCodes)
Status codes in the response that indicate a failed login or account creation attempt. To be counted as a failure, the response status code must match one of these. Each code must be unique among the success and failure status codes.
JSON example: "FailureCodes": [ 400, 404 ]
failureCodes - Status codes in the response that indicate a failed login or account creation attempt. To be counted
as a failure, the response status code must match one of these. Each code must be unique among the
success and failure status codes.
JSON example: "FailureCodes": [ 400, 404 ]
Copyright © 2023. All rights reserved.