Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.account.BalancePerformancePointDTO
Packages that use BalancePerformancePointDTO
Package
Description
Contains classes that implement DTO representations of
Account-related entities.-
Uses of BalancePerformancePointDTO 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 BalancePerformancePointDTOModifier and TypeMethodDescriptionBalancePerformanceReportDTO.points()Returns the value of thepointsrecord component.Constructor parameters in com.bluebell.greenhouse.platform.models.api.dto.account with type arguments of type BalancePerformancePointDTOModifierConstructorDescriptionBalancePerformanceReportDTO(BalancePerformanceMetric metric, BalancePerformancePeriod period, LocalDateTime effectiveStart, LocalDateTime effectiveEnd, double openingBalance, double closingSeriesValue, double amountChange, Double percentageChange, List<BalancePerformancePointDTO> points) Creates an instance of aBalancePerformanceReportDTOrecord class.