Interface ExternalSystemsConfiguration.Builder

    • Method Detail

      • sessionBorderControllerTypesWithStrings

        ExternalSystemsConfiguration.Builder sessionBorderControllerTypesWithStrings​(Collection<String> sessionBorderControllerTypes)

        The session border controllers.

        Parameters:
        sessionBorderControllerTypes - The session border controllers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionBorderControllerTypesWithStrings

        ExternalSystemsConfiguration.Builder sessionBorderControllerTypesWithStrings​(String... sessionBorderControllerTypes)

        The session border controllers.

        Parameters:
        sessionBorderControllerTypes - The session border controllers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionBorderControllerTypes

        ExternalSystemsConfiguration.Builder sessionBorderControllerTypes​(Collection<SessionBorderControllerType> sessionBorderControllerTypes)

        The session border controllers.

        Parameters:
        sessionBorderControllerTypes - The session border controllers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionBorderControllerTypes

        ExternalSystemsConfiguration.Builder sessionBorderControllerTypes​(SessionBorderControllerType... sessionBorderControllerTypes)

        The session border controllers.

        Parameters:
        sessionBorderControllerTypes - The session border controllers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactCenterSystemTypesWithStrings

        ExternalSystemsConfiguration.Builder contactCenterSystemTypesWithStrings​(Collection<String> contactCenterSystemTypes)

        The contact center system.

        Parameters:
        contactCenterSystemTypes - The contact center system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactCenterSystemTypesWithStrings

        ExternalSystemsConfiguration.Builder contactCenterSystemTypesWithStrings​(String... contactCenterSystemTypes)

        The contact center system.

        Parameters:
        contactCenterSystemTypes - The contact center system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactCenterSystemTypes

        ExternalSystemsConfiguration.Builder contactCenterSystemTypes​(ContactCenterSystemType... contactCenterSystemTypes)

        The contact center system.

        Parameters:
        contactCenterSystemTypes - The contact center system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.