Uses of Class
com.opencloud.slee.resources.cgin.map.MAPDeleteSubscriberDataRes
-
Packages that use MAPDeleteSubscriberDataRes 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 MAPDeleteSubscriberDataRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPDeleteSubscriberDataRes Modifier and Type Method Description MAPDeleteSubscriberDataRes
MAPDeleteSubscriberDataRes. clone()
Constructs a copy of this object and everything reachable from it.static MAPDeleteSubscriberDataRes
MAPDeleteSubscriberDataRes. copyOf(MAPDeleteSubscriberDataRes 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.MAPDeleteSubscriberDataRes
MAPDeleteSubscriberDataRes. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPDeleteSubscriberDataRes
MAPDeleteSubscriberDataRes. setRegionalSubscriptionResponse(MAPRegionalSubscriptionResponse value)
Sets the value of the field regionalSubscriptionResponse.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPDeleteSubscriberDataRes Modifier and Type Method Description static MAPDeleteSubscriberDataRes
MAPDeleteSubscriberDataRes. copyOf(MAPDeleteSubscriberDataRes 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.void
MAPDialog. sendDeleteSubscriberDataResponse(int invokeId, MAPDeleteSubscriberDataRes result)
Issues a (last) response to a deleteSubscriberData_v1 operation on the dialog.void
MAPDialog. sendDeleteSubscriberDataResponse(int invokeId, MAPDeleteSubscriberDataRes result, boolean isLast)
Issues a response to a deleteSubscriberData_v1 operation on the dialog. -
Uses of MAPDeleteSubscriberDataRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPDeleteSubscriberDataRes Modifier and Type Field Description static PersistCodec<MAPDeleteSubscriberDataRes,MAPDeleteSubscriberDataRes,MAPProto.MAP_MS_DataTypes_DeleteSubscriberDataRes>
MAPCodecs. MAP_MS_DataTypes_DeleteSubscriberDataRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.DeleteSubscriberDataResstatic PersistCodec<MAPDeleteSubscriberDataRes,MAPDeleteSubscriberDataRes,MAPProto.MAP_MS_DataTypes_DeleteSubscriberDataRes>
MAPCodecs. MAP_MS_DataTypes_DeleteSubscriberDataRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.DeleteSubscriberDataRes
-