Closed zarubto4 closed 7 months ago
@zarubto4 Thank you for bringing this to our attention. It appears the class was not explicitly marked as public, making it inaccessible as you've pointed out. This is being rectified in #305 and will be included in our next release.
@zarubto4 We have just released v7.1.1 for this patch, thanks for submitting this issue!
Software Version
7.1.0
Language Version
Java 17
Operating System
MacOS
What happened?
Hi,
in object EasyPostTimeInTransitData here https://github.com/EasyPost/easypost-java/blame/master/src/main/java/com/easypost/model/EstimatedDeliveryDate.java you have all values as private without abstract parent services.
So it's not possible to use that in Java.
What was expected?
Set is as public or create abstract class with
@Getter
Sample Code
Relevant logs
No response