public static interface ResponseInspectionHeader.Builder extends SdkPojo, CopyableBuilder<ResponseInspectionHeader.Builder,ResponseInspectionHeader>
| Modifier and Type | Method and Description |
|---|---|
ResponseInspectionHeader.Builder |
failureValues(Collection<String> failureValues)
Values in the response header with the specified name that indicate a failed login or account creation
attempt.
|
ResponseInspectionHeader.Builder |
failureValues(String... failureValues)
Values in the response header with the specified name that indicate a failed login or account creation
attempt.
|
ResponseInspectionHeader.Builder |
name(String name)
The name of the header to match against.
|
ResponseInspectionHeader.Builder |
successValues(Collection<String> successValues)
Values in the response header with the specified name that indicate a successful login or account creation
attempt.
|
ResponseInspectionHeader.Builder |
successValues(String... successValues)
Values in the response header with the specified name that indicate a successful login or account creation
attempt.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponseInspectionHeader.Builder name(String name)
The name of the header to match against. The name must be an exact match, including case.
JSON example: "Name": [ "RequestResult" ]
name - The name of the header to match against. The name must be an exact match, including case.
JSON example: "Name": [ "RequestResult" ]
ResponseInspectionHeader.Builder successValues(Collection<String> successValues)
Values in the response header with the specified name 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 examples: "SuccessValues": [ "LoginPassed", "Successful login" ] and
"SuccessValues": [ "AccountCreated", "Successful account creation" ]
successValues - Values in the response header with the specified name 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 examples: "SuccessValues": [ "LoginPassed", "Successful login" ] and
"SuccessValues": [ "AccountCreated", "Successful account creation" ]
ResponseInspectionHeader.Builder successValues(String... successValues)
Values in the response header with the specified name 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 examples: "SuccessValues": [ "LoginPassed", "Successful login" ] and
"SuccessValues": [ "AccountCreated", "Successful account creation" ]
successValues - Values in the response header with the specified name 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 examples: "SuccessValues": [ "LoginPassed", "Successful login" ] and
"SuccessValues": [ "AccountCreated", "Successful account creation" ]
ResponseInspectionHeader.Builder failureValues(Collection<String> failureValues)
Values in the response header with the specified name 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 examples: "FailureValues": [ "LoginFailed", "Failed login" ] and
"FailureValues": [ "AccountCreationFailed" ]
failureValues - Values in the response header with the specified name 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 examples: "FailureValues": [ "LoginFailed", "Failed login" ] and
"FailureValues": [ "AccountCreationFailed" ]
ResponseInspectionHeader.Builder failureValues(String... failureValues)
Values in the response header with the specified name 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 examples: "FailureValues": [ "LoginFailed", "Failed login" ] and
"FailureValues": [ "AccountCreationFailed" ]
failureValues - Values in the response header with the specified name 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 examples: "FailureValues": [ "LoginFailed", "Failed login" ] and
"FailureValues": [ "AccountCreationFailed" ]
Copyright © 2023. All rights reserved.