All Classes
| Class | Description |
|---|---|
| AccessDirection |
When reporting accesses on a parking site, this represents whether a user is coming in (
AccessDirection.IN) or existing (AccessDirection.OUT) the parking site. |
| AccessLog |
This corresponds to a user that entered or exited a parking site at a point in time.
|
| AccessRight |
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.
|
| ApiException |
Any Exception that the client can throw.
|
| Configuration |
This will be your entry point to use the Rest client.
|
| Configuration.Builder |
Build a configuration object that will be used ton instantiate a Rest client.
|
| Count |
This corresponds to the number of available spots (and the total number of spots if provided) on a parking site.
|
| CredentialsException |
If your username or password is invalid, this exception will occur.
|
| Error |
This may contain more information when a
HttpRequestException occurs. |
| HttpClient | |
| HttpClientException |
This exception will occur if there was an issue before sending any request to the client (for instance, a network issue, a proxy issue,...)
|
| HttpRequestException |
This exception will occur when the api accepted the request but returned a HTTP status 400 or above.
|
| JsonError | |
| Mapper | |
| ParkingAccess |
This is the client you must use to query the parking access api of Commuty.
|
| ParkingAccessRestClient | |
| UserId |
This identifies a user via one
UserIdType and one identifier value. |
| UserIdType |
This indicates what is the type of the user identifier.
|