All Classes and Interfaces
Class
Description
When 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 from
AccessRight.getStartTime() until before AccessRight.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.
Any Exception that the client can throw.
The "ApplicationLog" serves as a structured representation of log data emitted by client applications utilizing this API.
This will be your entry point to use the Rest client.
Build a configuration object that will be used ton instantiate a Rest client.
This corresponds to the number of available spots (and the total number of spots if provided) on a parking site.
If your username or password is invalid, this exception will occur.
This may contain more information when a
HttpRequestException occurs.This exception will occur if there was an issue before sending any request to the client (for instance, a network issue, a proxy issue,...)
This exception will occur when the api accepted the request but returned a HTTP status 400 or above.
This is the client you must use to query the parking access api of Commuty.
Defines a parking spot
This identifies a user via one
UserIdType and 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.