Uses of Class
org.jainslee.resources.diameter.sh.types.v780.SubsReqType
-
Packages that use SubsReqType Package Description org.jainslee.resources.diameter.sh.types.v780 GroupedAvpandDiameterMessageobjects defined in3GPP TS 29.329 v7.8.0.org.jainslee.resources.diameter.sh.v780 -
-
Uses of SubsReqType in org.jainslee.resources.diameter.sh.types.v780
Fields in org.jainslee.resources.diameter.sh.types.v780 declared as SubsReqType Modifier and Type Field Description static SubsReqTypeSubsReqType. SUBSCRIBEThis value is used by an AS to subscribe to notifications of changes in data.static SubsReqTypeSubsReqType. UNSUBSCRIBEThis value is used by an AS to unsubscribe to notifications of changes in data.Methods in org.jainslee.resources.diameter.sh.types.v780 that return SubsReqType Modifier and Type Method Description static SubsReqTypeSubsReqType. fromInt(int type)SubsReqTypeSubscribeNotificationsRequest. getSubsReqType()Returns the value of the Subs-Req-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.sh.types.v780 with parameters of type SubsReqType Modifier and Type Method Description voidSubscribeNotificationsRequest. setSubsReqType(SubsReqType subsReqType)Sets the value of the Subs-Req-Type AVP, of type Enumerated. -
Uses of SubsReqType in org.jainslee.resources.diameter.sh.v780
Methods in org.jainslee.resources.diameter.sh.v780 with parameters of type SubsReqType Modifier and Type Method Description SubscribeNotificationsRequestShMessageFactory. createSubscribeNotificationsRequest(UserIdentity userIdentity, DataReference reference, SubsReqType subscriptionType)Create a SubscribeNotificationsRequest using the given parameters to populate the User-Identity, Data-Reference and Subs-Req-Type AVPs.
-