static ResponseInspectionJson.Builder |
ResponseInspectionJson.builder() |
|
ResponseInspectionJson.Builder |
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 |
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 |
ResponseInspectionJson.Builder.identifier(String identifier) |
The identifier for the value to match against in the JSON.
|
ResponseInspectionJson.Builder |
ResponseInspectionJson.Builder.successValues(String... successValues) |
Values for the specified identifier in the response JSON that indicate a successful login or account creation
attempt.
|
ResponseInspectionJson.Builder |
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 |
ResponseInspectionJson.toBuilder() |
|