Interface EwsAvailabilityProvider.Builder

    • Method Detail

      • ewsEndpoint

        EwsAvailabilityProvider.Builder ewsEndpoint​(String ewsEndpoint)

        The endpoint of the remote EWS server.

        Parameters:
        ewsEndpoint - The endpoint of the remote EWS server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ewsUsername

        EwsAvailabilityProvider.Builder ewsUsername​(String ewsUsername)

        The username used to authenticate the remote EWS server.

        Parameters:
        ewsUsername - The username used to authenticate the remote EWS server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ewsPassword

        EwsAvailabilityProvider.Builder ewsPassword​(String ewsPassword)

        The password used to authenticate the remote EWS server.

        Parameters:
        ewsPassword - The password used to authenticate the remote EWS server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.