Uses of Class
com.uc4.api.objects.SloSelection.Beneficiary
-
Packages that use SloSelection.Beneficiary Package Description com.uc4.api.objects -
-
Uses of SloSelection.Beneficiary in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type SloSelection.Beneficiary Modifier and Type Method Description java.util.Iterator<SloSelection.Beneficiary>
SloSelection. beneficiariesIterator()
Returns anjava.util.Iterator
of beneficiaries.Methods in com.uc4.api.objects with parameters of type SloSelection.Beneficiary Modifier and Type Method Description boolean
SloSelection. addBeneficiary(SloSelection.Beneficiary beneficiary)
Adds aBeneficiary
to the object.boolean
SloSelection. removeBeneficiary(SloSelection.Beneficiary beneficiary)
Removes a specificBeneficiary
.
-