Package org.openwms.common.location.api
Class LocationApiConstants
java.lang.Object
org.openwms.common.location.api.LocationApiConstants
A LocationApiConstants.
- Author:
- Heiko Scherrer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
API root to hit a Location.static final String
API root to hit a LocationGroup.static final String
API root to hit LocationGroups (plural).static final String
API root to hit a LocationType.static final String
API root to hit LocationTypes (plural).static final String
API root to hit Locations (plural).static final String
API root to hit Targets (plural).static final String
API version.static final String
The ISO format for DateTimes with nine-digits nanoseconds in UTC timezone.static final int
Location unexpected empty. -
Constructor Summary
-
Method Summary
-
Field Details
-
LOCATION_EMPTY
public static final int LOCATION_EMPTYLocation unexpected empty.- See Also:
-
API_VERSION
API version.- See Also:
-
API_LOCATION_TYPES
API root to hit LocationTypes (plural).- See Also:
-
API_LOCATION_TYPE
API root to hit a LocationType.- See Also:
-
API_LOCATIONS
API root to hit Locations (plural).- See Also:
-
API_LOCATION
API root to hit a Location.- See Also:
-
API_LOCATION_GROUP
API root to hit a LocationGroup.- See Also:
-
API_LOCATION_GROUPS
API root to hit LocationGroups (plural).- See Also:
-
API_TARGETS
API root to hit Targets (plural).- See Also:
-
DATETIME_FORMAT_ZULU
The ISO format for DateTimes with nine-digits nanoseconds in UTC timezone.- See Also:
-
-
Constructor Details
-
LocationApiConstants
private LocationApiConstants()
-