RapidHelpers

public final class RapidHelpers

Constructors

Link copied to clipboard
public RapidHelpers RapidHelpers(<Error class: unknown class> client)

Functions

Link copied to clipboard
public final String extractRoomBookingId(String url)

Extracts the room booking ID from a URL string if it exists; otherwise, returns null.

Link copied to clipboard
public final String extractToken(String url)

Extracts the token parameter from a URL string if it exists; otherwise, returns null.

Link copied to clipboard
public final String extractTransactionId<T extends Any>(<Error class: unknown class><T> response)

Extracts the transaction ID from a response object if it exists; otherwise, returns null.