Interface RoadSnapNotice.Builder

  • Method Details

    • code

      Code corresponding to the issue.

      Parameters:
      code - Code corresponding to the issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      Code corresponding to the issue.

      Parameters:
      code - Code corresponding to the issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.