Class ApiConstants
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiConstants
Constants used for the planter and related modules.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAPI names and descriptions used in OpenAPI metadata.static final classQuery parameter names used by both planter and the testing module.static final classCommon status/response message templates for API results and errors. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringUsed as the "include all" code for enums.static final StringDefault lookback period in days for summary/report endpoints.static final StringDefault page number for paginated endpoints.static final StringDefault page size for paginated endpoints.static final StringDefault sort direction for paginated endpoints.static final StringDefault size for trade records.static final intDefines the disk chunk size for file reads from disk. -
Method Summary
-
Field Details
-
DISK_READ_LIMIT
public static final int DISK_READ_LIMITDefines the disk chunk size for file reads from disk.- See Also:
-
DEFAULT_TRADE_RECORD_COLLECTION_SIZE
Default size for trade records.- See Also:
-
DEFAULT_PAGE
-
DEFAULT_PAGE_SIZE
-
DEFAULT_LOOKBACK_DAYS
Default lookback period in days for summary/report endpoints.- See Also:
-
DEFAULT_SORT
-
CATCH_ALL_ENUM_VALUE
-