Uses of Class
com.opencloud.slee.resources.cgin.map.MAPProvideSubscriberInfoRes
-
Packages that use MAPProvideSubscriberInfoRes Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.events Provides event wrapper classes 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 MAPProvideSubscriberInfoRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPProvideSubscriberInfoRes Modifier and Type Method Description MAPProvideSubscriberInfoResMAPProvideSubscriberInfoRes. clone()Constructs a copy of this object and everything reachable from it.static MAPProvideSubscriberInfoResMAPProvideSubscriberInfoRes. copyOf(MAPProvideSubscriberInfoRes 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.MAPProvideSubscriberInfoResMAPProvideSubscriberInfoRes. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPProvideSubscriberInfoResMAPProvideSubscriberInfoRes. setSubscriberInfo(MAPSubscriberInfo value)Sets the value of the field subscriberInfo.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPProvideSubscriberInfoRes Modifier and Type Method Description static MAPProvideSubscriberInfoResMAPProvideSubscriberInfoRes. copyOf(MAPProvideSubscriberInfoRes 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.voidMAPDialog. sendProvideSubscriberInfoResponse(int invokeId, MAPProvideSubscriberInfoRes result)Issues a (last) response to a provideSubscriberInfo operation on the dialog.voidMAPDialog. sendProvideSubscriberInfoResponse(int invokeId, MAPProvideSubscriberInfoRes result, boolean isLast)Issues a response to a provideSubscriberInfo operation on the dialog. -
Uses of MAPProvideSubscriberInfoRes in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPProvideSubscriberInfoRes Constructor Description MAPProvideSubscriberInfoResultEvent(MAPDialog dialog, TcapOperation operation, MAPProvideSubscriberInfoRes argument, int invokeId, boolean lastResult)Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPProvideSubscriberInfoResultEvent -
Uses of MAPProvideSubscriberInfoRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPProvideSubscriberInfoRes Modifier and Type Field Description static PersistCodec<MAPProvideSubscriberInfoRes,MAPProvideSubscriberInfoRes,MAPProto.MAP_MS_DataTypes_ProvideSubscriberInfoRes>MAPCodecs. MAP_MS_DataTypes_ProvideSubscriberInfoResSingleton codec for the ASN.1 type: MAP-MS-DataTypes.ProvideSubscriberInfoResstatic PersistCodec<MAPProvideSubscriberInfoRes,MAPProvideSubscriberInfoRes,MAPProto.MAP_MS_DataTypes_ProvideSubscriberInfoRes>MAPCodecs. MAP_MS_DataTypes_ProvideSubscriberInfoResSingleton codec for the ASN.1 type: MAP-MS-DataTypes.ProvideSubscriberInfoRes
-