Uses of Class
com.opencloud.slee.resources.cgin.map.MAPIntraCUG_Options
-
Packages that use MAPIntraCUG_Options Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPIntraCUG_Options in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPIntraCUG_Options Modifier and Type Method Description static MAPIntraCUG_OptionsMAPIntraCUG_Options. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.MAPIntraCUG_OptionsMAPCUG_Subscription. getIntraCUG_Options()Gets the value of the field intraCUG-Options.static MAPIntraCUG_OptionsMAPIntraCUG_Options. valueOf(String name)Returns the enum constant of this type with the specified name.static MAPIntraCUG_Options[]MAPIntraCUG_Options. 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 MAPIntraCUG_Options Modifier and Type Method Description MAPCUG_SubscriptionMAPCUG_Subscription. setIntraCUG_Options(MAPIntraCUG_Options value)Sets the value of the field intraCUG-Options.
-