Class CommunicationRelayConfigurationRequest


  • public final class CommunicationRelayConfigurationRequest
    extends Object
    Request for a CommunicationRelayConfiguration.
    • Constructor Detail

      • CommunicationRelayConfigurationRequest

        public CommunicationRelayConfigurationRequest()
    • Method Detail

      • getId

        public String getId()
        Get the id property: An existing ACS identity.
        Returns:
        the id value.
      • setId

        public CommunicationRelayConfigurationRequest setId​(String id)
        Set the id property: An existing ACS identity.
        Parameters:
        id - the id value to set.
        Returns:
        the CommunicationRelayConfigurationRequest object itself.
      • getRouteType

        public RouteType getRouteType()
        Get the routeType property: The routing methodology to where the ICE server will be located from the client.
        Returns:
        the routeType value.
      • setRouteType

        public CommunicationRelayConfigurationRequest setRouteType​(RouteType routeType)
        Set the routeType property: The routing methodology to where the ICE server will be located from the client.
        Parameters:
        routeType - the routeType value to set.
        Returns:
        the CommunicationRelayConfigurationRequest object itself.