Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.account.AccountLedgerPointDTO
Packages that use AccountLedgerPointDTO
Package
Description
Contains classes that implement DTO representations of
Account-related entities.-
Uses of AccountLedgerPointDTO in com.bluebell.greenhouse.platform.models.api.dto.account
Methods in com.bluebell.greenhouse.platform.models.api.dto.account that return types with arguments of type AccountLedgerPointDTOModifier and TypeMethodDescriptionAccountLedgerReportDTO.points()Returns the value of thepointsrecord component.Constructor parameters in com.bluebell.greenhouse.platform.models.api.dto.account with type arguments of type AccountLedgerPointDTOModifierConstructorDescriptionAccountLedgerReportDTO(AccountLedgerAggregation aggregation, List<AccountLedgerPointDTO> points, AccountLedgerSummaryDTO summary) Creates an instance of aAccountLedgerReportDTOrecord class.