Interface CaptureOption.Builder

    • Method Detail

      • captureMode

        CaptureOption.Builder captureMode​(String captureMode)

        Specify the boundary of data to capture.

        Parameters:
        captureMode - Specify the boundary of data to capture.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CaptureMode, CaptureMode
      • captureMode

        CaptureOption.Builder captureMode​(CaptureMode captureMode)

        Specify the boundary of data to capture.

        Parameters:
        captureMode - Specify the boundary of data to capture.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CaptureMode, CaptureMode