Uses of Class
com.opencloud.slee.resources.cgin.map.MAPGPRSSubscriptionDataWithdraw
-
Packages that use MAPGPRSSubscriptionDataWithdraw Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPGPRSSubscriptionDataWithdraw in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPGPRSSubscriptionDataWithdraw Modifier and Type Method Description MAPGPRSSubscriptionDataWithdraw
MAPGPRSSubscriptionDataWithdraw. clone()
Constructs a copy of this object and everything reachable from it.static MAPGPRSSubscriptionDataWithdraw
MAPGPRSSubscriptionDataWithdraw. copyOf(MAPGPRSSubscriptionDataWithdraw from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPGPRSSubscriptionDataWithdraw
MAPDeleteSubscriberDataArg. getGprsSubscriptionDataWithdraw()
Gets the value of the field gprsSubscriptionDataWithdraw.MAPGPRSSubscriptionDataWithdraw
MAPGPRSSubscriptionDataWithdraw. setAllGPRSData()
Sets the allGPRSData choice.MAPGPRSSubscriptionDataWithdraw
MAPGPRSSubscriptionDataWithdraw. setContextIdList(int[] value)
Sets the value of the contextIdList choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPGPRSSubscriptionDataWithdraw Modifier and Type Method Description static MAPGPRSSubscriptionDataWithdraw
MAPGPRSSubscriptionDataWithdraw. copyOf(MAPGPRSSubscriptionDataWithdraw from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPDeleteSubscriberDataArg
MAPDeleteSubscriberDataArg. setGprsSubscriptionDataWithdraw(MAPGPRSSubscriptionDataWithdraw value)
Sets the value of the field gprsSubscriptionDataWithdraw. -
Uses of MAPGPRSSubscriptionDataWithdraw in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPGPRSSubscriptionDataWithdraw Modifier and Type Field Description static PersistCodec<MAPGPRSSubscriptionDataWithdraw,MAPGPRSSubscriptionDataWithdraw,MAPProto.MAP_MS_DataTypes_GPRSSubscriptionDataWithdraw>
MAPCodecs. MAP_MS_DataTypes_GPRSSubscriptionDataWithdraw
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSSubscriptionDataWithdrawstatic PersistCodec<MAPGPRSSubscriptionDataWithdraw,MAPGPRSSubscriptionDataWithdraw,MAPProto.MAP_MS_DataTypes_GPRSSubscriptionDataWithdraw>
MAPCodecs. MAP_MS_DataTypes_GPRSSubscriptionDataWithdraw
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSSubscriptionDataWithdraw
-