Uses of Class
org.jainslee.resources.diameter.sh.types.vb60.RequestedDomain
-
Packages that use RequestedDomain Package Description org.jainslee.resources.diameter.sh.types.vb60 GroupedAvpandDiameterMessageobjects defined in3GPP TS 29.329 v11.6.0. -
-
Uses of RequestedDomain in org.jainslee.resources.diameter.sh.types.vb60
Fields in org.jainslee.resources.diameter.sh.types.vb60 declared as RequestedDomain Modifier and Type Field Description static RequestedDomainRequestedDomain. CS_DOMAINThe requested data apply to the CS domain.static RequestedDomainRequestedDomain. PS_DOMAINThe requested data apply to the PS domain.Methods in org.jainslee.resources.diameter.sh.types.vb60 that return RequestedDomain Modifier and Type Method Description static RequestedDomainRequestedDomain. fromInt(int type)RequestedDomainUserDataRequest. getRequestedDomain()Returns the value of the Requested-Domain AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.sh.types.vb60 with parameters of type RequestedDomain Modifier and Type Method Description voidUserDataRequest. setRequestedDomain(RequestedDomain requestedDomain)Sets the value of the Requested-Domain AVP, of type Enumerated.
-