Uses of Class
org.jainslee.resources.diameter.sh.types.v780.CurrentLocation
-
Packages that use CurrentLocation Package Description org.jainslee.resources.diameter.sh.types.v780 GroupedAvpandDiameterMessageobjects defined in3GPP TS 29.329 v7.8.0. -
-
Uses of CurrentLocation in org.jainslee.resources.diameter.sh.types.v780
Fields in org.jainslee.resources.diameter.sh.types.v780 declared as CurrentLocation Modifier and Type Field Description static CurrentLocationCurrentLocation. DO_NOT_NEED_INITIATE_ACTIVE_LOCATION_RETRIEVALThe request indicates that the initiation of an active location retrieval is not required.static CurrentLocationCurrentLocation. INITIATE_ACTIVE_LOCATION_RETRIEVALIt is requested that an active location retrieval is initiated.Methods in org.jainslee.resources.diameter.sh.types.v780 that return CurrentLocation Modifier and Type Method Description static CurrentLocationCurrentLocation. fromInt(int type)CurrentLocationUserDataRequest. getCurrentLocation()Returns the value of the Current-Location AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.sh.types.v780 with parameters of type CurrentLocation Modifier and Type Method Description voidUserDataRequest. setCurrentLocation(CurrentLocation currentLocation)Sets the value of the Current-Location AVP, of type Enumerated.
-