Class TapOptions

    • Constructor Detail

      • TapOptions

        public TapOptions()
        Deprecated.
    • Method Detail

      • tapOptions

        public static TapOptions tapOptions()
        Deprecated.
        It creates an empty instance of TapOptions.
        Returns:
        the empty instance of TapOptions
      • withTapsCount

        public TapOptions withTapsCount​(int tapsCount)
        Deprecated.
        Set the count of taps to perform.
        Parameters:
        tapsCount - the taps count to perform. The value should be greater than zero.
        Returns:
        this instance for chaining.