Interface RoadSnapNotice.Builder

    • Method Detail

      • title

        RoadSnapNotice.Builder title​(String title)

        The notice title.

        Parameters:
        title - The notice title.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tracePointIndexes

        RoadSnapNotice.Builder tracePointIndexes​(Collection<Integer> tracePointIndexes)

        TracePoint indices for which the provided notice code corresponds to.

        Parameters:
        tracePointIndexes - TracePoint indices for which the provided notice code corresponds to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tracePointIndexes

        RoadSnapNotice.Builder tracePointIndexes​(Integer... tracePointIndexes)

        TracePoint indices for which the provided notice code corresponds to.

        Parameters:
        tracePointIndexes - TracePoint indices for which the provided notice code corresponds to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.