Uses of Class
org.jainslee.resources.diameter.cca.types.RequestedAction
-
Packages that use RequestedAction Package Description org.jainslee.resources.diameter.cca.types This package contains the definitions of Diameter CCA messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.ro.types.v790 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.9.0.
org.jainslee.resources.diameter.ro.types.v820 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.2.0.
org.jainslee.resources.diameter.ro.types.v8d0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.13.0.
org.jainslee.resources.diameter.ro.types.v960 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v9.6.0.
org.jainslee.resources.diameter.ro.types.va00 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v10.0.0.
org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of RequestedAction in org.jainslee.resources.diameter.cca.types
Fields in org.jainslee.resources.diameter.cca.types declared as RequestedAction Modifier and Type Field Description static RequestedAction
RequestedAction. CHECK_BALANCE
This indicates a balance check request.static RequestedAction
RequestedAction. DIRECT_DEBITING
This indicates a request to decrease the end user's account according to information specified in the Requested-Service-Unit AVP and/or Service-Identifier AVP (additional rating information may be included in service-specific AVPs or in the Service- Parameter-Info AVP).static RequestedAction
RequestedAction. PRICE_ENQUIRY
This indicates a price enquiry request.static RequestedAction
RequestedAction. REFUND_ACCOUNT
This indicates a request to increase the end user's account according to information specified in the Requested-Service-Unit AVP and/or Service-Identifier AVP (additional rating information may be included in service-specific AVPs or in the Service- Parameter-Info AVP).Methods in org.jainslee.resources.diameter.cca.types that return RequestedAction Modifier and Type Method Description static RequestedAction
RequestedAction. fromInt(int type)
RequestedAction
CreditControlRequest. getRequestedAction()
Returns the value of the Requested-Action AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.cca.types with parameters of type RequestedAction Modifier and Type Method Description void
CreditControlRequest. setRequestedAction(RequestedAction requestedAction)
Sets the value of the Requested-Action AVP, of type Enumerated. -
Uses of RequestedAction in org.jainslee.resources.diameter.ro.types.v790
Methods in org.jainslee.resources.diameter.ro.types.v790 that return RequestedAction Modifier and Type Method Description RequestedAction
CreditControlRequest. getRequestedAction()
Returns the value of the Requested-Action AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.v790 with parameters of type RequestedAction Modifier and Type Method Description void
CreditControlRequest. setRequestedAction(RequestedAction requestedAction)
Sets the value of the Requested-Action AVP, of type Enumerated. -
Uses of RequestedAction in org.jainslee.resources.diameter.ro.types.v820
Methods in org.jainslee.resources.diameter.ro.types.v820 that return RequestedAction Modifier and Type Method Description RequestedAction
CreditControlRequest. getRequestedAction()
Returns the value of the Requested-Action AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.v820 with parameters of type RequestedAction Modifier and Type Method Description void
CreditControlRequest. setRequestedAction(RequestedAction requestedAction)
Sets the value of the Requested-Action AVP, of type Enumerated. -
Uses of RequestedAction in org.jainslee.resources.diameter.ro.types.v8d0
Methods in org.jainslee.resources.diameter.ro.types.v8d0 that return RequestedAction Modifier and Type Method Description RequestedAction
CreditControlRequest. getRequestedAction()
Returns the value of the Requested-Action AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.v8d0 with parameters of type RequestedAction Modifier and Type Method Description void
CreditControlRequest. setRequestedAction(RequestedAction requestedAction)
Sets the value of the Requested-Action AVP, of type Enumerated. -
Uses of RequestedAction in org.jainslee.resources.diameter.ro.types.v960
Methods in org.jainslee.resources.diameter.ro.types.v960 that return RequestedAction Modifier and Type Method Description RequestedAction
CreditControlRequest. getRequestedAction()
Returns the value of the Requested-Action AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.v960 with parameters of type RequestedAction Modifier and Type Method Description void
CreditControlRequest. setRequestedAction(RequestedAction requestedAction)
Sets the value of the Requested-Action AVP, of type Enumerated. -
Uses of RequestedAction in org.jainslee.resources.diameter.ro.types.va00
Methods in org.jainslee.resources.diameter.ro.types.va00 that return RequestedAction Modifier and Type Method Description RequestedAction
CreditControlRequest. getRequestedAction()
Returns the value of the Requested-Action AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.va00 with parameters of type RequestedAction Modifier and Type Method Description void
CreditControlRequest. setRequestedAction(RequestedAction requestedAction)
Sets the value of the Requested-Action AVP, of type Enumerated. -
Uses of RequestedAction in org.jainslee.resources.diameter.ro.types.vb80
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return RequestedAction Modifier and Type Method Description RequestedAction
CreditControlRequest. getRequestedAction()
Returns the value of the Requested-Action AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type RequestedAction Modifier and Type Method Description void
CreditControlRequest. setRequestedAction(RequestedAction requestedAction)
Sets the value of the Requested-Action AVP, of type Enumerated. -
Uses of RequestedAction in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return RequestedAction Modifier and Type Method Description RequestedAction
CreditControlRequest. getRequestedAction()
Returns the value of the Requested-Action AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type RequestedAction Modifier and Type Method Description void
CreditControlRequest. setRequestedAction(RequestedAction requestedAction)
Sets the value of the Requested-Action AVP, of type Enumerated.
-