RapidHelpers

@Deprecated(message = "Use operations and responses instead")
public final class RapidHelpers

Deprecated

Use operations and responses instead

Constructors

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

Functions

Link copied to clipboard
@Deprecated(message = "Construct operation using Link", replaceWith = @ReplaceWith(imports = {}, expression = "Operation(link: Link)"))
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
@Deprecated(message = "Construct operation using Link", replaceWith = @ReplaceWith(imports = {}, expression = "Operation(link: Link)"))
public final String extractToken(String url)

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

Link copied to clipboard
@Deprecated(message = "Get transactionId from response headers", replaceWith = @ReplaceWith(imports = {}, expression = "response.headers[transaction-id]"))
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.