public static interface TestAvailabilityConfigurationResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<TestAvailabilityConfigurationResponse.Builder,TestAvailabilityConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
TestAvailabilityConfigurationResponse.Builder |
failureReason(String failureReason)
String containing the reason for a failed test if
TestPassed is false. |
TestAvailabilityConfigurationResponse.Builder |
testPassed(Boolean testPassed)
Boolean indicating whether the test passed or failed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestAvailabilityConfigurationResponse.Builder testPassed(Boolean testPassed)
Boolean indicating whether the test passed or failed.
testPassed - Boolean indicating whether the test passed or failed.TestAvailabilityConfigurationResponse.Builder failureReason(String failureReason)
String containing the reason for a failed test if TestPassed is false.
failureReason - String containing the reason for a failed test if TestPassed is false.Copyright © 2022. All rights reserved.