Uses of Class
com.github.oscerd.finnhub.models.FundOwnershipInfo
Packages that use FundOwnershipInfo
-
Uses of FundOwnershipInfo in com.github.oscerd.finnhub.models
Methods in com.github.oscerd.finnhub.models that return FundOwnershipInfoModifier and TypeMethodDescriptionFundOwnershipInfo.filingDate(org.threeten.bp.LocalDate filingDate) FundOwnershipInfo.portfolioPercent(Float portfolioPercent) Methods in com.github.oscerd.finnhub.models that return types with arguments of type FundOwnershipInfoModifier and TypeMethodDescriptionFundOwnership.getOwnership()Array of investors with detailed information about their holdings.Methods in com.github.oscerd.finnhub.models with parameters of type FundOwnershipInfoModifier and TypeMethodDescriptionFundOwnership.addOwnershipItem(FundOwnershipInfo ownershipItem) Method parameters in com.github.oscerd.finnhub.models with type arguments of type FundOwnershipInfoModifier and TypeMethodDescriptionFundOwnership.ownership(List<FundOwnershipInfo> ownership) voidFundOwnership.setOwnership(List<FundOwnershipInfo> ownership)