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 StringAPI_LOCATION_GROUPAPI root to hit a LocationGroup.static StringAPI_LOCATION_GROUPSAPI root to hit LocationGroups (plural).static StringAPI_VERSIONAPI version.
-
Constructor Summary
Constructors Modifier Constructor Description privatePutawayConstants()
-
-
-
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
-
-