Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCESS_CODE - Enum constant in enum class net.commuty.parking.model.UserIdType
 
ACCESS_REQUESTS_URL - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
ACCESS_RIGHTS_URL - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
AccessDirection - Enum Class in net.commuty.parking.model
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 - Class in net.commuty.parking.model
This corresponds to a user that entered or exited a parking site at a point in time.
AccessRight - Class in net.commuty.parking.model
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.
AccessRight(Collection<UserId>, String, OffsetDateTime, OffsetDateTime, boolean, Map<AccessRightAttributeName, String>) - Constructor for class net.commuty.parking.model.AccessRight
 
AccessRightAttributeName - Enum Class in net.commuty.parking.model
Extra attributes that can be retrieved when requesting accesses.
AccessRightReason - Enum Class in net.commuty.parking.model
Indicates the reason why an access (that can be granted or not) exists.
ApiException - Exception Class in net.commuty.parking.http
Any Exception that the client can throw.
ApiException() - Constructor for exception class net.commuty.parking.http.ApiException
 
ApiException(String) - Constructor for exception class net.commuty.parking.http.ApiException
 
ApiException(String, Throwable) - Constructor for exception class net.commuty.parking.http.ApiException
 
ApiException(Throwable) - Constructor for exception class net.commuty.parking.http.ApiException
 
APPLICATION_ID_MAX_SIZE - Static variable in class net.commuty.parking.model.ApplicationLog
 
APPLICATION_LOGS_URL - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
ApplicationLog - Class in net.commuty.parking.model
The "ApplicationLog" serves as a structured representation of log data emitted by client applications utilizing this API.
ApplicationLog(LocalDateTime, ApplicationLogLevel, String, String, String, Map<String, Object>) - Constructor for class net.commuty.parking.model.ApplicationLog
 
ApplicationLogLevel - Enum Class in net.commuty.parking.model
 
authenticate() - Method in interface net.commuty.parking.ParkingAccess
Retrieve a token based on the username and password you provided at the creation of the Builder.
authenticate() - Method in class net.commuty.parking.rest.ParkingAccessRestClient
 

B

BADGE_NUMBER - Enum constant in enum class net.commuty.parking.model.UserIdType
 
build() - Method in class net.commuty.parking.Configuration.Builder
Creates a Configuration instance.
buildDefault(String, String) - Static method in class net.commuty.parking.Configuration.Builder
Creates a new configuration instance using default values (default host and no proxy).

C

CARDHOLDER_ID - Enum constant in enum class net.commuty.parking.model.UserIdType
 
COMMUTY_EXTERNAL_ID - Enum constant in enum class net.commuty.parking.model.UserIdType
 
COMMUTY_LABEL - Enum constant in enum class net.commuty.parking.model.UserIdType
 
Configuration - Class in net.commuty.parking
This will be your entry point to use the Rest client.
Configuration.Builder - Class in net.commuty.parking
Build a configuration object that will be used ton instantiate a Rest client.
Configuration.RetryStrategy - Class in net.commuty.parking
 
Configuration.Timeout - Class in net.commuty.parking
 
Count - Class in net.commuty.parking.model
This corresponds to the number of available spots (and the total number of spots if provided) on a parking site.
covers(LocalDateTime) - Method in class net.commuty.parking.model.AccessRight
Check if this access right happens in the given moment or not.
create() - Static method in class net.commuty.parking.Configuration.Builder
 
CREATE - Enum constant in enum class net.commuty.parking.model.WebhookMessageOperation
 
CREATED_AFTER_PARAM - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
createInAccessLog(UserId, LocalDateTime) - Static method in class net.commuty.parking.model.AccessLog
Create a report for a user that entered the parking site at the specified time.
createInAccessLog(UserId, LocalDateTime, boolean, String, String, String) - Static method in class net.commuty.parking.model.AccessLog
Create a report for a user that entered the parking site at the specified time.
createOutAccessLog(UserId, LocalDateTime) - Static method in class net.commuty.parking.model.AccessLog
Create a report for a user that exited the parking site at the specified time.
createOutAccessLog(UserId, LocalDateTime, boolean, String, String, String) - Static method in class net.commuty.parking.model.AccessLog
Create a report for a user that exited the parking site at the specified time.
CredentialsException - Exception Class in net.commuty.parking.http
If your username or password is invalid, this exception will occur.
CredentialsException() - Constructor for exception class net.commuty.parking.http.CredentialsException
 

D

DAY_PARAM - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
DEFAULT - Static variable in class net.commuty.parking.Configuration.RetryStrategy
 
DEFAULT - Static variable in class net.commuty.parking.Configuration.Timeout
 
DRY_RUN_PARAM - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 

E

EMAIL - Enum constant in enum class net.commuty.parking.model.UserIdType
 
equals(Object) - Method in class net.commuty.parking.model.ParkingSpot
 
equals(Object) - Method in class net.commuty.parking.model.UserId
 
Error - Interface in net.commuty.parking.http
This may contain more information when a HttpRequestException occurs.
ERROR - Enum constant in enum class net.commuty.parking.model.ApplicationLogLevel
 

F

findByName(String) - Static method in enum class net.commuty.parking.model.AccessRightReason
 
FREE_ACCESS - Enum constant in enum class net.commuty.parking.model.AccessRightReason
If a parking site is configured to always give access, users will be authorized to enter a site anytime, even if they didn't requested a parking spot.
The access is granted.
fromBadgeNumber(String) - Static method in class net.commuty.parking.model.UserId
Creates a user id based on a badge number.
fromCardholderId(String) - Static method in class net.commuty.parking.model.UserId
Creates a user id based on a cardholder identifier.
fromEmail(String) - Static method in class net.commuty.parking.model.UserId
Creates a user id based on an email.
fromIdentificationNumber(String) - Static method in class net.commuty.parking.model.UserId
Creates a user id based on an identification number
fromLicensePlate(String) - Static method in class net.commuty.parking.model.UserId
Creates a user id based on a license plate.
fromPinCode(String) - Static method in class net.commuty.parking.model.UserId
Creates a user id based on a pin code.
fromQrCode(String) - Static method in class net.commuty.parking.model.UserId
Creates a user id based on a generated qr code.
fromWim64EncodedLicensePlate(String) - Static method in class net.commuty.parking.model.UserId
Creates a user id based on a hash of a license plate using the Wiegand 64 bit protocol.

G

getAccessRight() - Method in class net.commuty.parking.model.WebhookMessage
 
getApplicationId() - Method in class net.commuty.parking.model.ApplicationLog
 
getAt() - Method in class net.commuty.parking.model.AccessLog
The moment when the user entered/exited the parking site.
getAttributeName() - Method in enum class net.commuty.parking.model.AccessRightAttributeName
 
getAttributes() - Method in class net.commuty.parking.model.AccessRight
Extra attributes of the access right.
getConnectionTimeoutInMs() - Method in class net.commuty.parking.Configuration.Timeout
 
getContext() - Method in class net.commuty.parking.model.ApplicationLog
 
getCount() - Method in class net.commuty.parking.model.Count
The number of available spots that you submitted
getDisplayName() - Method in class net.commuty.parking.model.ParkingSpot
 
getEndTime() - Method in class net.commuty.parking.model.AccessRight
The moment (excluded) when the user is allowed (or not) anymore on the parking site.
getErrorResponse() - Method in exception class net.commuty.parking.http.HttpRequestException
Returns more information linked with the request exception.
getHost() - Method in class net.commuty.parking.Configuration
Holds the host URL provided at the creation of the builder.
getHttpResponseCode() - Method in exception class net.commuty.parking.http.HttpRequestException
Returns the http status code.
getId() - Method in class net.commuty.parking.model.AccessRight
The unique identifier of this access right.
getId() - Method in class net.commuty.parking.model.ParkingSpot
 
getId() - Method in class net.commuty.parking.model.UserId
The value of the identifier.
getId() - Method in class net.commuty.parking.model.WebhookMessage
 
getIdentificationMethod() - Method in class net.commuty.parking.model.AccessLog
Specifies how a person or vehicle is identified when entering or exiting a parking facility.
getIdentificationValue() - Method in class net.commuty.parking.model.AccessLog
Represents the specific value used in conjunction with the 'identificationMethod' to identify a person or vehicle during entry or exit.
getIntervalInMs() - Method in class net.commuty.parking.Configuration.RetryStrategy
 
getLevel() - Method in class net.commuty.parking.model.ApplicationLog
 
getMessage() - Method in interface net.commuty.parking.http.Error
A readable message.
getMessage() - Method in class net.commuty.parking.model.ApplicationLog
 
getMessage() - Method in class net.commuty.parking.model.WebhookMessageErrorResponse
 
getMessage() - Method in class net.commuty.parking.rest.JsonError
 
getName() - Method in class net.commuty.parking.model.ParkingSpot
 
getNumberOfRetries() - Method in class net.commuty.parking.Configuration.RetryStrategy
 
getOperation() - Method in class net.commuty.parking.model.WebhookMessage
 
getParkingSiteId() - Method in class net.commuty.parking.model.AccessRight
The identifier of the parking site that the user is able (or not) to enter.
getParkingSpotDisplayName() - Method in class net.commuty.parking.model.AccessRight
When an access right is granted for a specific parking spot, this value represents its display name as it is shown to the end-users.
getParkingSpotId() - Method in class net.commuty.parking.model.AccessRight
When an access right is granted for a specific parking spot, this value represents its unique identifier.
getParkingSpotName() - Method in class net.commuty.parking.model.AccessRight
When an access right is granted for a specific parking spot, this value represents its name as defined by the managers.
getPassword() - Method in class net.commuty.parking.Configuration
Holds the password provided at the creation of the builder.
getProxy() - Method in class net.commuty.parking.Configuration
Holds the Proxy provided at the creation of the builder.
getReason() - Method in interface net.commuty.parking.http.Error
A technical reason.
getReason() - Method in class net.commuty.parking.model.AccessLog
An optional reason to specify why the user has been authorized (or not) to enter.
getReason() - Method in class net.commuty.parking.model.AccessRight
The AccessRightReason of why this access right exists.
getReason() - Method in class net.commuty.parking.model.WebhookMessageErrorResponse
 
getReason() - Method in class net.commuty.parking.rest.JsonError
 
getReasonName() - Method in enum class net.commuty.parking.model.AccessRightReason
 
getRequestTimeoutInMs() - Method in class net.commuty.parking.Configuration.Timeout
 
getRetryStrategy() - Method in class net.commuty.parking.Configuration
Holds the RetryStrategy provided at the creation of the builder.
getStartTime() - Method in class net.commuty.parking.model.AccessRight
The moment (included) when the user is allowed (or not) on the parking site.
getSubjectId() - Method in class net.commuty.parking.model.AccessRight
 
getSubjectLabel() - Method in class net.commuty.parking.model.AccessRight
 
getTimeout() - Method in class net.commuty.parking.Configuration
Holds the Timeout values provided at the creation of the builder.
getTimestamp() - Method in class net.commuty.parking.model.ApplicationLog
 
getTotal() - Method in class net.commuty.parking.model.Count
The total number of spots on the parking site, or null if you omitted this value.
getType() - Method in class net.commuty.parking.model.ApplicationLog
 
getType() - Method in class net.commuty.parking.model.UserId
The identification type.
getUserId() - Method in class net.commuty.parking.model.AccessLog
Represents the unique identifier of the user who entered or exited the parking facility.
getUserIds() - Method in class net.commuty.parking.model.AccessRight
A list of known user ids known by Commuty that target the user concerning by this access right.
getUserIdType() - Method in class net.commuty.parking.model.AccessLog
Specifies the type of identifier used in the AccessLog.getUserId() property to identify the person who entered or exited the parking facility.
getUsername() - Method in class net.commuty.parking.Configuration
Holds the username provided at the creation of the builder.
getWay() - Method in class net.commuty.parking.model.AccessLog
The direction (either AccessDirection.IN or AccessDirection.OUT) of the user entering/exiting the parking site.
GRANTED_PARAM - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 

H

hashCode() - Method in class net.commuty.parking.model.ParkingSpot
 
hashCode() - Method in class net.commuty.parking.model.UserId
 
hasType(UserIdType) - Method in class net.commuty.parking.model.UserId
 
HttpClient - Class in net.commuty.parking.http
 
HttpClient(URL, Mapper, Proxy, int, int) - Constructor for class net.commuty.parking.http.HttpClient
 
HttpClientException - Exception Class in net.commuty.parking.http
This exception will occur if there was an issue before sending any request to the client (for instance, a network issue, a proxy issue,...)
HttpClientException(Exception) - Constructor for exception class net.commuty.parking.http.HttpClientException
 
HttpRequestException - Exception Class in net.commuty.parking.http
This exception will occur when the api accepted the request but returned a HTTP status 400 or above.
HttpRequestException(int, Error) - Constructor for exception class net.commuty.parking.http.HttpRequestException
 

I

ID - Enum constant in enum class net.commuty.parking.model.AccessRightAttributeName
A unique UUID for each access.
IDENTIFICATION_NUMBER - Enum constant in enum class net.commuty.parking.model.UserIdType
 
IN - Enum constant in enum class net.commuty.parking.model.AccessDirection
Indicates a user that is coming on the parking site.
INCLUDE_ATTRIBUTES_PARAM - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
INFO - Enum constant in enum class net.commuty.parking.model.ApplicationLogLevel
 
IS_VISITOR - Enum constant in enum class net.commuty.parking.model.AccessRightAttributeName
true when this access right is granted for a visitor.
isBadRequest() - Method in exception class net.commuty.parking.http.HttpRequestException
Indicates if the request is a bad request (http 400).
isEvCharger() - Method in class net.commuty.parking.model.ParkingSpot
 
isForbidden() - Method in exception class net.commuty.parking.http.HttpRequestException
Indicates if the request is forbidden (http 403).
isForCarpoolersOnly() - Method in class net.commuty.parking.model.ParkingSpot
 
isForDisabled() - Method in class net.commuty.parking.model.ParkingSpot
 
isGranted() - Method in class net.commuty.parking.model.AccessLog
Whether or not the user has been granted to enter/exit the parking.
isGranted() - Method in class net.commuty.parking.model.AccessRight
The status of the access right, whether the user is allowed (true) on the parking site or not (false).
isGranted(String, UserId) - Method in interface net.commuty.parking.ParkingAccess
Check whether a UserId is allowed to enter the parking site (or not) when the request is made.
isGranted(String, UserId) - Method in class net.commuty.parking.rest.ParkingAccessRestClient
 
isLarge() - Method in class net.commuty.parking.model.ParkingSpot
 
isUnauthorized() - Method in exception class net.commuty.parking.http.HttpRequestException
Indicates if the request is unauthorized (http 401).
isVisitor() - Method in class net.commuty.parking.model.AccessRight
true when this access right is granted for a visitor.
isVisitorSpot() - Method in class net.commuty.parking.model.ParkingSpot
 

J

JsonError - Class in net.commuty.parking.rest
 

L

LICENSE_PLATE - Enum constant in enum class net.commuty.parking.model.UserIdType
 
LICENSE_PLATE_WIM26_AS_DECIMAL_CODE - Enum constant in enum class net.commuty.parking.model.UserIdType
 
LICENSE_PLATE_WIM26_AS_FACILITY_AND_ID_CODE - Enum constant in enum class net.commuty.parking.model.UserIdType
 
LICENSE_PLATE_WIM64 - Enum constant in enum class net.commuty.parking.model.UserIdType
 
listAccessRights(LocalDate, Boolean, Boolean, LocalDateTime, Boolean, String, UUID, Set<AccessRightAttributeName>) - Method in interface net.commuty.parking.ParkingAccess
List all users (identified by one or more UserId) that are allowed or denied on the parking site for a given day.
listAccessRights(LocalDate, Boolean, Boolean, LocalDateTime, Boolean, String, UUID, Set<AccessRightAttributeName>) - Method in class net.commuty.parking.rest.ParkingAccessRestClient
 
listAccessRightsForToday() - Method in interface net.commuty.parking.ParkingAccess
List all users (identified by one or more UserId) that are allowed or denied on the parking site today.
listAccessRightsForToday() - Method in class net.commuty.parking.rest.ParkingAccessRestClient
 
listAccessRightsForToday(boolean) - Method in interface net.commuty.parking.ParkingAccess
List all users (identified by one or more UserId) that are allowed or denied on the parking site today.
listAccessRightsForToday(boolean) - Method in class net.commuty.parking.rest.ParkingAccessRestClient
 
listParkingSpots(String) - Method in interface net.commuty.parking.ParkingAccess
Lists all the parking spot of a given parking site.
listParkingSpots(String) - Method in class net.commuty.parking.rest.ParkingAccessRestClient
 

M

makeGetRequest(String, String, Map<String, Collection<String>>, Class<T>) - Method in class net.commuty.parking.http.HttpClient
 
makePostRequest(String, String, Object, Class<T>) - Method in class net.commuty.parking.http.HttpClient
 
Mapper - Interface in net.commuty.parking.http
 
MESSAGE_MAX_SIZE - Static variable in class net.commuty.parking.model.ApplicationLog
 

N

net.commuty.parking - package net.commuty.parking
 
net.commuty.parking.http - package net.commuty.parking.http
 
net.commuty.parking.model - package net.commuty.parking.model
 
net.commuty.parking.rest - package net.commuty.parking.rest
 
NONE - Enum constant in enum class net.commuty.parking.model.AccessRightReason
When a user is not owner of a parking spot and is not requesting one, this reason will be used.
The access is not granted.

O

OUT - Enum constant in enum class net.commuty.parking.model.AccessDirection
Indicates a user that is exiting the parking site.

P

PARKING_SITE_ID_PARAM - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
PARKING_SPOT_DISPLAY_NAME - Enum constant in enum class net.commuty.parking.model.AccessRightAttributeName
This display name is used for end-user.
PARKING_SPOT_ID - Enum constant in enum class net.commuty.parking.model.AccessRightAttributeName
When an access right is granted for a specific parking spot, this value represents its unique identifier (UUID).
PARKING_SPOT_NAME - Enum constant in enum class net.commuty.parking.model.AccessRightAttributeName
This name is used for management.
PARKING_SPOTS_RIGHTS_URL - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
ParkingAccess - Interface in net.commuty.parking
This is the client you must use to query the parking access api of Commuty.
ParkingAccessRestClient - Class in net.commuty.parking.rest
 
ParkingAccessRestClient(Configuration) - Constructor for class net.commuty.parking.rest.ParkingAccessRestClient
 
ParkingSpot - Class in net.commuty.parking.model
Defines a parking spot
ParkingSpot(UUID, String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class net.commuty.parking.model.ParkingSpot
 
PASSENGER - Enum constant in enum class net.commuty.parking.model.AccessRightReason
When someone requests (and receives) a parking spot for a carpooling, one user in the carpooling will have a reason SPOT_RECEIVED, the others will have the reason PASSENGER.
The access is granted.
PERMANENT_ACCESS - Enum constant in enum class net.commuty.parking.model.AccessRightReason
When a parking spot owner is not releasing their spot, this reason will be used.
The access is granted.
PIN_CODE - Enum constant in enum class net.commuty.parking.model.UserIdType
 

Q

QR_CODE - Enum constant in enum class net.commuty.parking.model.UserIdType
 

R

read(InputStream, Class<R>) - Method in interface net.commuty.parking.http.Mapper
 
readError(InputStream) - Method in interface net.commuty.parking.http.Mapper
 
REASON - Enum constant in enum class net.commuty.parking.model.AccessRightAttributeName
An AccessRightReason indicating why an access was created.
REMOVE - Enum constant in enum class net.commuty.parking.model.WebhookMessageOperation
 
REPORT_ACCESS_URL - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
REPORT_AVAILABLE_SPOTS_COUNT_URL - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
REPORT_MISSING_IDS_URL - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
reportAccessLog(String, Collection<AccessLog>) - Method in interface net.commuty.parking.ParkingAccess
Report to Commuty one or more AccessLog of users that entered/exited the parking site.
reportAccessLog(String, Collection<AccessLog>) - Method in class net.commuty.parking.rest.ParkingAccessRestClient
 
reportApplicationLog(ApplicationLog) - Method in interface net.commuty.parking.ParkingAccess
This endpoint enables the submission of application logs to the server for storage, analysis, and monitoring purposes.
reportApplicationLog(ApplicationLog) - Method in class net.commuty.parking.rest.ParkingAccessRestClient
 
reportAvailableSpotCount(String, int, Integer) - Method in interface net.commuty.parking.ParkingAccess
Report the number of available spots (and optionally the total number of spots) on a parking site.
reportAvailableSpotCount(String, int, Integer) - Method in class net.commuty.parking.rest.ParkingAccessRestClient
 
reportMissingUserId(UserId) - Method in interface net.commuty.parking.ParkingAccess
Report any user (identified by an id and a UserIdType) that is known by you but not by Commuty.
reportMissingUserId(UserId) - Method in class net.commuty.parking.rest.ParkingAccessRestClient
 

S

SPOT_RECEIVED - Enum constant in enum class net.commuty.parking.model.AccessRightReason
When someone requests (and receives) a parking spot, this reason will be used.
The access is granted.
SPOT_RELEASED - Enum constant in enum class net.commuty.parking.model.AccessRightReason
When a parking spot owner releases their spot, this reason will be used.
The access is not granted.
startsAfter(LocalDateTime) - Method in class net.commuty.parking.model.AccessRight
Check if this access right's start time is after the given moment.
SUBJECT_ID - Enum constant in enum class net.commuty.parking.model.AccessRightAttributeName
A unique identifier identifying the actual "subject" whose the access right belongs to.
SUBJECT_ID_PARAM - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
SUBJECT_LABEL - Enum constant in enum class net.commuty.parking.model.AccessRightAttributeName
A label describing the "subject" whose the access right belongs to.

T

Timeout(int, int) - Constructor for class net.commuty.parking.Configuration.Timeout
 
TOKEN_REQUESTS_URL - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
toRestClient() - Method in class net.commuty.parking.Configuration
Create a new ParkingAccess Rest client.
toString() - Method in class net.commuty.parking.model.AccessLog
 
toString() - Method in class net.commuty.parking.model.AccessRight
 
toString() - Method in class net.commuty.parking.model.ApplicationLog
 
toString() - Method in class net.commuty.parking.model.Count
 
toString() - Method in class net.commuty.parking.model.ParkingSpot
 
toString() - Method in class net.commuty.parking.model.UserId
 
toString() - Method in class net.commuty.parking.model.WebhookMessage
 
toString() - Method in class net.commuty.parking.model.WebhookMessageErrorResponse
 
toString() - Method in class net.commuty.parking.rest.JsonError
 
TYPE_MAX_SIZE - Static variable in class net.commuty.parking.model.ApplicationLog
 

U

UNKNOWN - Enum constant in enum class net.commuty.parking.model.UserIdType
 
UNREAD_ONLY_PARAM - Static variable in class net.commuty.parking.rest.ParkingAccessRestClient
 
UserId - Class in net.commuty.parking.model
This identifies a user via one UserIdType and one identifier value.
UserId(UserIdType, String) - Constructor for class net.commuty.parking.model.UserId
 
UserIdType - Enum Class in net.commuty.parking.model
This indicates what is the type of the user identifier.

V

valueOf(String) - Static method in enum class net.commuty.parking.model.AccessDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.commuty.parking.model.AccessRightAttributeName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.commuty.parking.model.AccessRightReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.commuty.parking.model.ApplicationLogLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.commuty.parking.model.UserIdType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.commuty.parking.model.WebhookMessageOperation
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.commuty.parking.model.AccessDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.commuty.parking.model.AccessRightAttributeName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.commuty.parking.model.AccessRightReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.commuty.parking.model.ApplicationLogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.commuty.parking.model.UserIdType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.commuty.parking.model.WebhookMessageOperation
Returns an array containing the constants of this enum class, in the order they are declared.

W

WARN - Enum constant in enum class net.commuty.parking.model.ApplicationLogLevel
 
WebhookMessage - Class in net.commuty.parking.model
This holds the message sent to a webhook.
WebhookMessage(UUID, AccessRight, WebhookMessageOperation) - Constructor for class net.commuty.parking.model.WebhookMessage
 
WebhookMessageErrorResponse - Class in net.commuty.parking.model
When a message is sent to the webhook recipient, this class represents the expected error type to return in the HTTP body.
WebhookMessageErrorResponse(String, String) - Constructor for class net.commuty.parking.model.WebhookMessageErrorResponse
 
WebhookMessageOperation - Enum Class in net.commuty.parking.model
Whether the access right has been removed or created.
WEEKEND_ACCESS - Enum constant in enum class net.commuty.parking.model.AccessRightReason
If a parking site is configured to always give access on the weekend, users will be authorized to enter a site on the saturday or sunday, even if they didn't requested a parking spot.
The access is granted.
withCredentials(String, String) - Method in class net.commuty.parking.Configuration.Builder
Set a username and password to authenticate against the API
withHost(String) - Method in class net.commuty.parking.Configuration.Builder
Allow you to define a hostname that the client will use.
withProxy(Proxy) - Method in class net.commuty.parking.Configuration.Builder
Allow you to define a proxy (if it is required by your organisation).
withRetryStrategy(int, int) - Method in class net.commuty.parking.Configuration.Builder
Set a retry strategy to make every call resilient of unexpected issues.
withTimeout(int, int) - Method in class net.commuty.parking.Configuration.Builder
Set timeout values
write(Object) - Method in interface net.commuty.parking.http.Mapper
 
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form