extractRoomBookingId

@Deprecated(message = "Construct operation using Link", replaceWith = @ReplaceWith(imports = {}, expression = "Operation(link: Link)"))
public final String extractRoomBookingId(String url)

Deprecated

Construct operation using Link

Replace with

Operation(link: Link)

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