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 MAPGPRSSubscriptionDataWithdrawMAPGPRSSubscriptionDataWithdraw. clone()Constructs a copy of this object and everything reachable from it.static MAPGPRSSubscriptionDataWithdrawMAPGPRSSubscriptionDataWithdraw. 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.MAPGPRSSubscriptionDataWithdrawMAPDeleteSubscriberDataArg. getGprsSubscriptionDataWithdraw()Gets the value of the field gprsSubscriptionDataWithdraw.MAPGPRSSubscriptionDataWithdrawMAPGPRSSubscriptionDataWithdraw. setAllGPRSData()Sets the allGPRSData choice.MAPGPRSSubscriptionDataWithdrawMAPGPRSSubscriptionDataWithdraw. 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 MAPGPRSSubscriptionDataWithdrawMAPGPRSSubscriptionDataWithdraw. 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.MAPDeleteSubscriberDataArgMAPDeleteSubscriberDataArg. 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_GPRSSubscriptionDataWithdrawSingleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSSubscriptionDataWithdrawstatic PersistCodec<MAPGPRSSubscriptionDataWithdraw,MAPGPRSSubscriptionDataWithdraw,MAPProto.MAP_MS_DataTypes_GPRSSubscriptionDataWithdraw>MAPCodecs. MAP_MS_DataTypes_GPRSSubscriptionDataWithdrawSingleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSSubscriptionDataWithdraw
-