Uses of Class
org.jainslee.resources.diameter.rf.types.v8d0.DrmContent
-
Packages that use DrmContent Package Description org.jainslee.resources.diameter.rf.types.v8d0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.13.0.
-
-
Uses of DrmContent in org.jainslee.resources.diameter.rf.types.v8d0
Fields in org.jainslee.resources.diameter.rf.types.v8d0 declared as DrmContent Modifier and Type Field Description static DrmContent
DrmContent. NO
static DrmContent
DrmContent. YES
Methods in org.jainslee.resources.diameter.rf.types.v8d0 that return DrmContent Modifier and Type Method Description static DrmContent
DrmContent. fromInt(int type)
DrmContent
MmsInformation. getDrmContent()
Returns the value of the DRM-Content AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.v8d0 with parameters of type DrmContent Modifier and Type Method Description void
MmsInformation. setDrmContent(DrmContent drmContent)
Sets the value of the DRM-Content AVP, of type Enumerated.
-