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