Uses of Class
com.bandwidth.iris.sdk.model.EepToEngAssociations
-
Packages that use EepToEngAssociations Package Description com.bandwidth.iris.sdk.model -
-
Uses of EepToEngAssociations in com.bandwidth.iris.sdk.model
Methods in com.bandwidth.iris.sdk.model that return types with arguments of type EepToEngAssociations Modifier and Type Method Description List<EepToEngAssociations>EmergencyNotificationEndpointAssociation. getAddedEepToEngAssociations()List<EepToEngAssociations>EmergencyNotificationEndpointAssociation. getDeletedEepToEngAssociations()Method parameters in com.bandwidth.iris.sdk.model with type arguments of type EepToEngAssociations Modifier and Type Method Description voidEmergencyNotificationEndpointAssociation. setAddedEepToEngAssociations(List<EepToEngAssociations> addedEepToEngAssociations)voidEmergencyNotificationEndpointAssociation. setDeletedEepToEngAssociations(List<EepToEngAssociations> deletedEepToEngAssociations)
-