public static interface ResponseInspectionBodyContains.Builder extends SdkPojo, CopyableBuilder<ResponseInspectionBodyContains.Builder,ResponseInspectionBodyContains>
| Modifier and Type | Method and Description |
|---|---|
ResponseInspectionBodyContains.Builder |
failureStrings(Collection<String> failureStrings)
Strings in the body of the response that indicate a failed login or account creation attempt.
|
ResponseInspectionBodyContains.Builder |
failureStrings(String... failureStrings)
Strings in the body of the response that indicate a failed login or account creation attempt.
|
ResponseInspectionBodyContains.Builder |
successStrings(Collection<String> successStrings)
Strings in the body of the response that indicate a successful login or account creation attempt.
|
ResponseInspectionBodyContains.Builder |
successStrings(String... successStrings)
Strings in the body of the response that indicate a successful login or account creation attempt.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponseInspectionBodyContains.Builder successStrings(Collection<String> successStrings)
Strings in the body of the response that indicate a successful login or account creation attempt. To be counted as a success, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings.
JSON examples: "SuccessStrings": [ "Login successful" ] and
"SuccessStrings": [ "Account creation successful", "Welcome to our site!" ]
successStrings - Strings in the body of the response that indicate a successful login or account creation attempt. To
be counted as a success, the string can be anywhere in the body and must be an exact match, including
case. Each string must be unique among the success and failure strings.
JSON examples: "SuccessStrings": [ "Login successful" ] and
"SuccessStrings": [ "Account creation successful", "Welcome to our site!" ]
ResponseInspectionBodyContains.Builder successStrings(String... successStrings)
Strings in the body of the response that indicate a successful login or account creation attempt. To be counted as a success, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings.
JSON examples: "SuccessStrings": [ "Login successful" ] and
"SuccessStrings": [ "Account creation successful", "Welcome to our site!" ]
successStrings - Strings in the body of the response that indicate a successful login or account creation attempt. To
be counted as a success, the string can be anywhere in the body and must be an exact match, including
case. Each string must be unique among the success and failure strings.
JSON examples: "SuccessStrings": [ "Login successful" ] and
"SuccessStrings": [ "Account creation successful", "Welcome to our site!" ]
ResponseInspectionBodyContains.Builder failureStrings(Collection<String> failureStrings)
Strings in the body of the response that indicate a failed login or account creation attempt. To be counted as a failure, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings.
JSON example: "FailureStrings": [ "Request failed" ]
failureStrings - Strings in the body of the response that indicate a failed login or account creation attempt. To be
counted as a failure, the string can be anywhere in the body and must be an exact match, including
case. Each string must be unique among the success and failure strings.
JSON example: "FailureStrings": [ "Request failed" ]
ResponseInspectionBodyContains.Builder failureStrings(String... failureStrings)
Strings in the body of the response that indicate a failed login or account creation attempt. To be counted as a failure, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings.
JSON example: "FailureStrings": [ "Request failed" ]
failureStrings - Strings in the body of the response that indicate a failed login or account creation attempt. To be
counted as a failure, the string can be anywhere in the body and must be an exact match, including
case. Each string must be unique among the success and failure strings.
JSON example: "FailureStrings": [ "Request failed" ]
Copyright © 2023. All rights reserved.