Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.eod.EODCalendarIpoEntryResponse
Packages that use EODCalendarIpoEntryResponse
Package
Description
Contains response representations for EOD-backed integrations.
-
Uses of EODCalendarIpoEntryResponse in com.bluebell.greenhouse.sol.models.responses.eod
Methods in com.bluebell.greenhouse.sol.models.responses.eod that return types with arguments of type EODCalendarIpoEntryResponseModifier and TypeMethodDescriptionEODCalendarIposResponse.ipos()Returns the value of theiposrecord component.Constructor parameters in com.bluebell.greenhouse.sol.models.responses.eod with type arguments of type EODCalendarIpoEntryResponseModifierConstructorDescriptionEODCalendarIposResponse(String type, String description, String from, String to, List<EODCalendarIpoEntryResponse> ipos) Creates an instance of aEODCalendarIposResponserecord class.