Interface Route.Builder

    • Method Detail

      • destinationType

        Route.Builder destinationType​(String destinationType)

        The type of destination for the route.

        Parameters:
        destinationType - The type of destination for the route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DestinationType, DestinationType
      • destinationType

        Route.Builder destinationType​(DestinationType destinationType)

        The type of destination for the route.

        Parameters:
        destinationType - The type of destination for the route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DestinationType, DestinationType
      • targetType

        Route.Builder targetType​(String targetType)

        The type of target for the route.

        Parameters:
        targetType - The type of target for the route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetType, TargetType
      • targetType

        Route.Builder targetType​(TargetType targetType)

        The type of target for the route.

        Parameters:
        targetType - The type of target for the route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetType, TargetType
      • destination

        Route.Builder destination​(String destination)

        The destination of the route.

        Parameters:
        destination - The destination of the route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • target

        Route.Builder target​(String target)

        The route's target.

        Parameters:
        target - The route's target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.