Uses of Interface
org.jainslee.resources.diameter.gx.types.va10.SupportedFeatures
-
Packages that use SupportedFeatures Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.va10 -
-
Uses of SupportedFeatures in org.jainslee.resources.diameter.gx.types.va10
Methods in org.jainslee.resources.diameter.gx.types.va10 that return SupportedFeatures Modifier and Type Method Description SupportedFeatures[]CreditControlAnswer. getSupportedFeatureses()Returns the set of Supported-Features AVPs.SupportedFeatures[]CreditControlRequest. getSupportedFeatureses()Returns the set of Supported-Features AVPs.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type SupportedFeatures Modifier and Type Method Description voidCreditControlAnswer. setSupportedFeatures(SupportedFeatures supportedFeatures)Sets a single Supported-Features AVP in the message, of type Grouped.voidCreditControlRequest. setSupportedFeatures(SupportedFeatures supportedFeatures)Sets a single Supported-Features AVP in the message, of type Grouped.voidCreditControlAnswer. setSupportedFeatureses(SupportedFeatures[] supportedFeatureses)Sets the set of Supported-Features AVPs, with all the values in the given array.voidCreditControlRequest. setSupportedFeatureses(SupportedFeatures[] supportedFeatureses)Sets the set of Supported-Features AVPs, with all the values in the given array. -
Uses of SupportedFeatures in org.jainslee.resources.diameter.gx.va10
Methods in org.jainslee.resources.diameter.gx.va10 that return SupportedFeatures Modifier and Type Method Description SupportedFeaturesMessageFactory. createSupportedFeatures()Create an empty SupportedFeatures (Grouped AVP) instance.SupportedFeaturesMessageFactory. createSupportedFeatures(long vendorId, long featureListId, long featureList)Create a SupportedFeatures (Grouped AVP) instance using required AVP values.
-