Interface Beaconing.Builder

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

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

    • dataRate

      Beaconing.Builder dataRate(Integer dataRate)

      The data rate for gateways that are sending the beacons.

      Parameters:
      dataRate - The data rate for gateways that are sending the beacons.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • frequencies

      Beaconing.Builder frequencies(Collection<Integer> frequencies)

      The frequency list for the gateways to send the beacons.

      Parameters:
      frequencies - The frequency list for the gateways to send the beacons.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • frequencies

      Beaconing.Builder frequencies(Integer... frequencies)

      The frequency list for the gateways to send the beacons.

      Parameters:
      frequencies - The frequency list for the gateways to send the beacons.
      Returns:
      Returns a reference to this object so that method calls can be chained together.