Uses of Class
org.jainslee.resources.diameter.sh.types.v880.SubsReqType
-
Packages that use SubsReqType Package Description org.jainslee.resources.diameter.sh.types.v880 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v8.8.0.
org.jainslee.resources.diameter.sh.v880 -
-
Uses of SubsReqType in org.jainslee.resources.diameter.sh.types.v880
Fields in org.jainslee.resources.diameter.sh.types.v880 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.v880 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.v880 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.v880
Methods in org.jainslee.resources.diameter.sh.v880 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.
-