Enum Class MerchantDashboardEndpoints
java.lang.Object
java.lang.Enum<MerchantDashboardEndpoints>
org.tavall.couriers.api.web.endpoints.dashboard.merchant.MerchantDashboardEndpoints
- All Implemented Interfaces:
Serializable, Comparable<MerchantDashboardEndpoints>, Constable, AppEndpoint
public enum MerchantDashboardEndpoints
extends Enum<MerchantDashboardEndpoints>
implements AppEndpoint
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Method Summary
Modifier and TypeMethodDescriptionendpoint()method()static MerchantDashboardEndpointsReturns the enum constant of this class with the specified name.static MerchantDashboardEndpoints[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
GET_ALL_SHIPMENTS
-
UPDATE_SHIPMENT
-
DELETE_SHIPMENT
-
CREATE_SHIPMENT
-
GENERATE_QR
-
ASYNC_BATCH_SCAN
-
GET_BATCH_ERRORS
-
RESOLVE_BATCH_ERROR
-
COMPLETE_BATCH_SESSION
-
ROUTES_PAGE
-
CREATE_ROUTE
-
UPDATE_ROUTE
-
DELETE_ROUTE
-
ADD_ROUTE_STOPS
-
ASSIGN_ROUTE_DRIVER
-
ROUTE_DETAILS
-
SHIPMENTS_PAGE
-
SHIPMENTS_VIEW
-
-
Field Details
-
SHIPMENTS_PAGE_PATH
- See Also:
-
SHIPMENTS_VIEW_PATH
- See Also:
-
GET_ALL_SHIPMENTS_PATH
- See Also:
-
UPDATE_SHIPMENT_PATH
- See Also:
-
DELETE_SHIPMENT_PATH
- See Also:
-
CREATE_SHIPMENT_PATH
- See Also:
-
DASHBOARD_PATH
- See Also:
-
CREATE_SHIPMENT_PAGE_PATH
- See Also:
-
SCAN_PAGE_PATH
- See Also:
-
ROUTES_PAGE_PATH
- See Also:
-
CREATE_ROUTE_PATH
- See Also:
-
UPDATE_ROUTE_PATH
- See Also:
-
DELETE_ROUTE_PATH
- See Also:
-
ADD_ROUTE_STOPS_PATH
- See Also:
-
ASSIGN_ROUTE_DRIVER_PATH
- See Also:
-
ROUTE_DETAILS_PATH
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
endpoint
- Specified by:
endpointin interfaceAppEndpoint
-
method
- Specified by:
methodin interfaceAppEndpoint
-