Package net.commuty.parking.model
package net.commuty.parking.model
-
ClassDescriptionWhen reporting accesses on a parking site, this represents whether a user is coming in (
AccessDirection.IN) or existing (AccessDirection.OUT) the parking site.This corresponds to a user that entered or exited a parking site at a point in time.This holds the access right: for a user identified by one or more of its ids; for a specific parking site; for a period of time (starting fromAccessRight.getStartTime()until beforeAccessRight.getEndTime()); whether is access is allowed or not.Extra attributes that can be retrieved when requesting accesses.Indicates the reason why an access (that can be granted or not) exists.The "ApplicationLog" serves as a structured representation of log data emitted by client applications utilizing this API.This corresponds to the number of available spots (and the total number of spots if provided) on a parking site.Defines a parking spotThis identifies a user via oneUserIdTypeand one identifier value.This indicates what is the type of the user identifier.This holds the message sent to a webhook.When a message is sent to the webhook recipient, this class represents the expected error type to return in the HTTP body.Whether the access right has been removed or created.