| Package | Description |
|---|---|
| com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<SloSelection.Beneficiary> |
SloSelection.beneficiariesIterator()
Returns an
java.util.Iterator of beneficiaries. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SloSelection.addBeneficiary(SloSelection.Beneficiary beneficiary)
Adds a
Beneficiary to the object. |
boolean |
SloSelection.removeBeneficiary(SloSelection.Beneficiary beneficiary)
Removes a specific
Beneficiary. |