public static interface EwsAvailabilityProvider.Builder extends SdkPojo, CopyableBuilder<EwsAvailabilityProvider.Builder,EwsAvailabilityProvider>
| Modifier and Type | Method and Description |
|---|---|
EwsAvailabilityProvider.Builder |
ewsEndpoint(String ewsEndpoint)
The endpoint of the remote EWS server.
|
EwsAvailabilityProvider.Builder |
ewsPassword(String ewsPassword)
The password used to authenticate the remote EWS server.
|
EwsAvailabilityProvider.Builder |
ewsUsername(String ewsUsername)
The username used to authenticate the remote EWS server.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEwsAvailabilityProvider.Builder ewsEndpoint(String ewsEndpoint)
The endpoint of the remote EWS server.
ewsEndpoint - The endpoint of the remote EWS server.EwsAvailabilityProvider.Builder ewsUsername(String ewsUsername)
The username used to authenticate the remote EWS server.
ewsUsername - The username used to authenticate the remote EWS server.EwsAvailabilityProvider.Builder ewsPassword(String ewsPassword)
The password used to authenticate the remote EWS server.
ewsPassword - The password used to authenticate the remote EWS server.Copyright © 2022. All rights reserved.