Uses of Enum Class
com.maplander.backend.enums.manage.OrderTypeEnum
Packages that use OrderTypeEnum
Package
Description
-
Uses of OrderTypeEnum in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common with parameters of type OrderTypeEnumModifier and TypeMethodDescriptionPropertyEndpoint.queryPropertyLiteWithFiltersPagedBQPolygonId
(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) -
Uses of OrderTypeEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type OrderTypeEnumModifier and TypeMethodDescriptionPropertyEndpointV2.queryPropertyLiteWithFiltersPagedBQ
(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) -
Uses of OrderTypeEnum in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal with parameters of type OrderTypeEnumModifier and TypeMethodDescriptionPropertyEndpoint.queryPropertyLiteWithFiltersPagedBQ
(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) -
Uses of OrderTypeEnum in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv with parameters of type OrderTypeEnumModifier and TypeMethodDescriptionDashBoardEndpoint.queryPropertyLiteWithFiltersPagedBQ
(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) -
Uses of OrderTypeEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type OrderTypeEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return OrderTypeEnumModifier and TypeMethodDescriptionstatic OrderTypeEnum
Returns the enum constant of this class with the specified name.static OrderTypeEnum[]
OrderTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.