Uses of Class
org.jainslee.resources.diameter.sh.types.vc60.SubsReqType
-
Packages that use SubsReqType Package Description org.jainslee.resources.diameter.sh.types.vc60 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v12.6.0.
org.jainslee.resources.diameter.sh.vc60 -
-
Uses of SubsReqType in org.jainslee.resources.diameter.sh.types.vc60
Fields in org.jainslee.resources.diameter.sh.types.vc60 declared as SubsReqType Modifier and Type Field Description static SubsReqType
SubsReqType. SUBSCRIBE
This value is used by an AS to subscribe to notifications of changes in data.static SubsReqType
SubsReqType. UNSUBSCRIBE
This value is used by an AS to unsubscribe to notifications of changes in data.Methods in org.jainslee.resources.diameter.sh.types.vc60 that return SubsReqType Modifier and Type Method Description static SubsReqType
SubsReqType. fromInt(int type)
SubsReqType
SubscribeNotificationsRequest. getSubsReqType()
Returns the value of the Subs-Req-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.sh.types.vc60 with parameters of type SubsReqType Modifier and Type Method Description void
SubscribeNotificationsRequest. setSubsReqType(SubsReqType subsReqType)
Sets the value of the Subs-Req-Type AVP, of type Enumerated. -
Uses of SubsReqType in org.jainslee.resources.diameter.sh.vc60
Methods in org.jainslee.resources.diameter.sh.vc60 with parameters of type SubsReqType Modifier and Type Method Description SubscribeNotificationsRequest
ShMessageFactory. 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.
-