You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use record-style method naming for request and exception classes
Updated all request and exception classes to use record-style method
naming by removing the "get" prefix from accessor methods. This provides
consistency with the response classes that were recently converted to
Java records.
Request classes updated:
- Account, Email, Device, CreditCard, Transaction, TransactionReport
- Billing, Shipping, AbstractLocation, ShoppingCartItem
- Payment, Order, Event, CustomInputs
Exception classes updated:
- HttpException (httpStatus, uri)
- InvalidRequestException (code, httpStatus, uri)
Unlike response classes, no deprecated helper methods were added as
these methods are primarily used for serialization.
All 210 tests pass successfully.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments