The classic client API will be removed in a future release.
@Deprecated public interface Lines
Modifier and Type | Method and Description |
---|---|
boolean |
isRecord()
Deprecated.
Indicates whether the lines are Record format.
|
boolean |
isString()
Deprecated.
Indicates whether the lines are String format.
|
List<String> |
lines()
Deprecated.
Returns the lines in String format.
|
List<Record> |
records()
Deprecated.
Returns the lines in Record format.
|
boolean isString()
lines()
method.boolean isRecord()
records()
method.List<String> lines()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.