Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.account.AccountPortfolioAssignmentDTO
Packages that use AccountPortfolioAssignmentDTO
Package
Description
Contains classes that implement DTO representations of
Account-related entities.-
Uses of AccountPortfolioAssignmentDTO 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 AccountPortfolioAssignmentDTOModifier and TypeMethodDescription@NotEmpty List<@Valid AccountPortfolioAssignmentDTO> UpdateAccountPortfolioAssignmentsDTO.assignments()Returns the value of theassignmentsrecord component.Constructor parameters in com.bluebell.greenhouse.platform.models.api.dto.account with type arguments of type AccountPortfolioAssignmentDTOModifierConstructorDescriptionUpdateAccountPortfolioAssignmentsDTO(@NotEmpty List<@Valid AccountPortfolioAssignmentDTO> assignments) Creates an instance of aUpdateAccountPortfolioAssignmentsDTOrecord class.