Uses of Class
com.ellucian.generated.eedm.campaigns.v9_0.PyramidLevel
-
Packages that use PyramidLevel Package Description com.ellucian.generated.eedm.campaigns.v9_0 -
-
Uses of PyramidLevel in com.ellucian.generated.eedm.campaigns.v9_0
Fields in com.ellucian.generated.eedm.campaigns.v9_0 with type parameters of type PyramidLevel Modifier and Type Field Description private List<PyramidLevel>
Campaigns. pyramidLevels
Pyramid LevelsMethods in com.ellucian.generated.eedm.campaigns.v9_0 that return PyramidLevel Modifier and Type Method Description PyramidLevel
PyramidLevel. withContributionsTarget(Object contributionsTarget)
PyramidLevel
PyramidLevel. withDonorsTarget(Object donorsTarget)
PyramidLevel
PyramidLevel. withFundRaisingTarget(Object fundRaisingTarget)
PyramidLevel
PyramidLevel. withMaximumContribution(Object maximumContribution)
PyramidLevel
PyramidLevel. withMinimumContribution(MinimumContribution minimumContribution)
Methods in com.ellucian.generated.eedm.campaigns.v9_0 that return types with arguments of type PyramidLevel Modifier and Type Method Description List<PyramidLevel>
Campaigns. getPyramidLevels()
Pyramid LevelsMethod parameters in com.ellucian.generated.eedm.campaigns.v9_0 with type arguments of type PyramidLevel Modifier and Type Method Description void
Campaigns. setPyramidLevels(List<PyramidLevel> pyramidLevels)
Pyramid LevelsCampaigns
Campaigns. withPyramidLevels(List<PyramidLevel> pyramidLevels)
-