Class LineEnding
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LineEnding>
com.azure.search.documents.indexes.models.LineEnding
Defines values for LineEnding.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LineEnding
Static value carriageReturn for LineEnding.static final LineEnding
Static value carriageReturnLineFeed for LineEnding.static final LineEnding
Static value lineFeed for LineEnding.static final LineEnding
Static value space for LineEnding. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LineEnding
fromString
(String name) Creates or finds a LineEnding from its string representation.static Collection<LineEnding>
values()
Gets known LineEnding values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SPACE
Static value space for LineEnding. -
CARRIAGE_RETURN
Static value carriageReturn for LineEnding. -
LINE_FEED
Static value lineFeed for LineEnding. -
CARRIAGE_RETURN_LINE_FEED
Static value carriageReturnLineFeed for LineEnding.
-
-
Constructor Details
-
LineEnding
public LineEnding()
-
-
Method Details
-
fromString
Creates or finds a LineEnding from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding LineEnding.
-
values
Gets known LineEnding values.- Returns:
- known LineEnding values.
-