public class FetchResultsRowFormatQueryParameter extends MessageQueryParameter<RowFormat>
MessageQueryParameter
that parses the 'rowFormat' query parameter for fetching results.MessageParameter.MessageParameterRequisiteness
Constructor and Description |
---|
FetchResultsRowFormatQueryParameter() |
Modifier and Type | Method and Description |
---|---|
RowFormat |
convertStringToValue(String value)
Converts the given string to a valid value of this parameter.
|
String |
convertValueToString(RowFormat value)
Converts the given value to its string representation.
|
String |
getDescription()
Returns a description for REST API HTML documentation.
|
convertFromString, convertToString
getKey, getValue, isMandatory, isResolved, resolve, resolveFromString
public static final String KEY
public RowFormat convertStringToValue(String value)
MessageQueryParameter
convertStringToValue
in class MessageQueryParameter<RowFormat>
value
- string representation of parameter valuepublic String convertValueToString(RowFormat value)
MessageQueryParameter
convertValueToString
in class MessageQueryParameter<RowFormat>
value
- parameter valuepublic String getDescription()
MessageParameter
getDescription
in class MessageParameter<List<RowFormat>>
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.