Interface PointOfInterest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PointOfInterest.Builder,PointOfInterest>, SdkBuilder<PointOfInterest.Builder,PointOfInterest>, SdkPojo
Enclosing class:
PointOfInterest

public static interface PointOfInterest.Builder extends SdkPojo, CopyableBuilder<PointOfInterest.Builder,PointOfInterest>
  • Method Details

    • beginOffsetMillis

      PointOfInterest.Builder beginOffsetMillis(Integer beginOffsetMillis)

      The beginning offset in milliseconds where the category rule was detected.

      Parameters:
      beginOffsetMillis - The beginning offset in milliseconds where the category rule was detected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endOffsetMillis

      PointOfInterest.Builder endOffsetMillis(Integer endOffsetMillis)

      The ending offset in milliseconds where the category rule was detected.

      Parameters:
      endOffsetMillis - The ending offset in milliseconds where the category rule was detected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.