Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.account.AccountLedgerPendingPositionDTO
Packages that use AccountLedgerPendingPositionDTO
Package
Description
Contains classes that implement DTO representations of
Account-related entities.-
Uses of AccountLedgerPendingPositionDTO 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 AccountLedgerPendingPositionDTOModifier and TypeMethodDescriptionAccountLedgerPendingSnapshotDTO.pendingPositions()Returns the value of thependingPositionsrecord component.AccountLedgerPointDTO.pendingPositions()Returns the value of thependingPositionsrecord component.Constructor parameters in com.bluebell.greenhouse.platform.models.api.dto.account with type arguments of type AccountLedgerPendingPositionDTOModifierConstructorDescriptionAccountLedgerPendingSnapshotDTO(double pendingRealizedAmount, int pendingPositionCount, List<AccountLedgerPendingPositionDTO> pendingPositions) Creates an instance of aAccountLedgerPendingSnapshotDTOrecord class.AccountLedgerPointDTO(LocalDateTime occurredAt, int sequenceNumber, LocalDate periodStart, LocalDate periodEnd, double previousBalance, double amountChanged, double newBalance, int activityCount, int matchingActivityCount, double matchingAmountChanged, boolean matchesFilter, double pendingRealizedAmount, double balanceIncludingPending, int pendingPositionCount, List<AccountLedgerPendingPositionDTO> pendingPositions, String description, String externalReference, List<AccountLedgerActivityBreakdownDTO> activities) Creates an instance of aAccountLedgerPointDTOrecord class.