Package org.openwms.common.putaway.api
Class PutawayConstants
- java.lang.Object
-
- org.openwms.common.putaway.api.PutawayConstants
-
public final class PutawayConstants extends Object
A PutawayConstants.- Author:
- Heiko Scherrer
-
-
Field Summary
Fields Modifier and Type Field Description static String
API_LOCATION_GROUP
API root to hit a LocationGroup.static String
API_LOCATION_GROUPS
API root to hit LocationGroups (plural).static String
API_VERSION
API version.
-
Constructor Summary
Constructors Modifier Constructor Description private
PutawayConstants()
-
-
-
Field Detail
-
API_VERSION
public static final String API_VERSION
API version.- See Also:
- Constant Field Values
-
API_LOCATION_GROUP
public static final String API_LOCATION_GROUP
API root to hit a LocationGroup.- See Also:
- Constant Field Values
-
API_LOCATION_GROUPS
public static final String API_LOCATION_GROUPS
API root to hit LocationGroups (plural).- See Also:
- Constant Field Values
-
-