Uses of Class
com.opencloud.slee.resources.cgin.map.MAPHuntGroupAccessSelectionOrder
-
Packages that use MAPHuntGroupAccessSelectionOrder Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPHuntGroupAccessSelectionOrder in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPHuntGroupAccessSelectionOrder Modifier and Type Method Description static MAPHuntGroupAccessSelectionOrderMAPHuntGroupAccessSelectionOrder. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.MAPHuntGroupAccessSelectionOrderMAPSS_SubscriptionOption_v1. getHuntGroupAccessSelectionOrder()Gets the value of the huntGroupAccessSelectionOrder choice.static MAPHuntGroupAccessSelectionOrderMAPHuntGroupAccessSelectionOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static MAPHuntGroupAccessSelectionOrder[]MAPHuntGroupAccessSelectionOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPHuntGroupAccessSelectionOrder Modifier and Type Method Description MAPSS_SubscriptionOption_v1MAPSS_SubscriptionOption_v1. setHuntGroupAccessSelectionOrder(MAPHuntGroupAccessSelectionOrder value)Sets the value of the huntGroupAccessSelectionOrder choice.
-