public static interface ResponseInspectionJson.Builder extends SdkPojo, CopyableBuilder<ResponseInspectionJson.Builder,ResponseInspectionJson>
| Modifier and Type | Method and Description |
|---|---|
ResponseInspectionJson.Builder |
failureValues(Collection<String> failureValues)
Values for the specified identifier in the response JSON that indicate a failed login or account creation
attempt.
|
ResponseInspectionJson.Builder |
failureValues(String... failureValues)
Values for the specified identifier in the response JSON that indicate a failed login or account creation
attempt.
|
ResponseInspectionJson.Builder |
identifier(String identifier)
The identifier for the value to match against in the JSON.
|
ResponseInspectionJson.Builder |
successValues(Collection<String> successValues)
Values for the specified identifier in the response JSON that indicate a successful login or account creation
attempt.
|
ResponseInspectionJson.Builder |
successValues(String... successValues)
Values for the specified identifier in the response JSON that indicate a successful login or account creation
attempt.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponseInspectionJson.Builder identifier(String identifier)
The identifier for the value to match against in the JSON. The identifier must be an exact match, including case.
JSON examples: "Identifier": [ "/login/success" ] and
"Identifier": [ "/sign-up/success" ]
identifier - The identifier for the value to match against in the JSON. The identifier must be an exact match,
including case.
JSON examples: "Identifier": [ "/login/success" ] and
"Identifier": [ "/sign-up/success" ]
ResponseInspectionJson.Builder successValues(Collection<String> successValues)
Values for the specified identifier in the response JSON that indicate a successful login or account creation attempt. To be counted as a success, the value must be an exact match, including case. Each value must be unique among the success and failure values.
JSON example: "SuccessValues": [ "True", "Succeeded" ]
successValues - Values for the specified identifier in the response JSON that indicate a successful login or account
creation attempt. To be counted as a success, the value must be an exact match, including case. Each
value must be unique among the success and failure values.
JSON example: "SuccessValues": [ "True", "Succeeded" ]
ResponseInspectionJson.Builder successValues(String... successValues)
Values for the specified identifier in the response JSON that indicate a successful login or account creation attempt. To be counted as a success, the value must be an exact match, including case. Each value must be unique among the success and failure values.
JSON example: "SuccessValues": [ "True", "Succeeded" ]
successValues - Values for the specified identifier in the response JSON that indicate a successful login or account
creation attempt. To be counted as a success, the value must be an exact match, including case. Each
value must be unique among the success and failure values.
JSON example: "SuccessValues": [ "True", "Succeeded" ]
ResponseInspectionJson.Builder failureValues(Collection<String> failureValues)
Values for the specified identifier in the response JSON that indicate a failed login or account creation attempt. To be counted as a failure, the value must be an exact match, including case. Each value must be unique among the success and failure values.
JSON example: "FailureValues": [ "False", "Failed" ]
failureValues - Values for the specified identifier in the response JSON that indicate a failed login or account
creation attempt. To be counted as a failure, the value must be an exact match, including case. Each
value must be unique among the success and failure values.
JSON example: "FailureValues": [ "False", "Failed" ]
ResponseInspectionJson.Builder failureValues(String... failureValues)
Values for the specified identifier in the response JSON that indicate a failed login or account creation attempt. To be counted as a failure, the value must be an exact match, including case. Each value must be unique among the success and failure values.
JSON example: "FailureValues": [ "False", "Failed" ]
failureValues - Values for the specified identifier in the response JSON that indicate a failed login or account
creation attempt. To be counted as a failure, the value must be an exact match, including case. Each
value must be unique among the success and failure values.
JSON example: "FailureValues": [ "False", "Failed" ]
Copyright © 2023. All rights reserved.