Uses of Class
com.opencloud.slee.resources.cgin.map.MAPInsertSubscriberDataRes
-
Packages that use MAPInsertSubscriberDataRes 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 MAPInsertSubscriberDataRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPInsertSubscriberDataRes Modifier and Type Method Description MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. clone()
Constructs a copy of this object and everything reachable from it.static MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. copyOf(MAPInsertSubscriberDataRes 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.MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. setBearerServiceList(byte[][] value)
Sets the value of the field bearerServiceList.MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. setOdb_GeneralData(MAPODB_GeneralData value)
Sets the value of the field odb-GeneralData.MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. setOfferedCamel4CSIs(MAPOfferedCamel4CSIs value)
Sets the value of the field offeredCamel4CSIs.MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. setRegionalSubscriptionResponse(MAPRegionalSubscriptionResponse value)
Sets the value of the field regionalSubscriptionResponse.MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. setSs_List(SSCode[] value)
Sets the value of the field ss-List.MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. setSupportedFeatures(MAPSupportedFeatures value)
Sets the value of the field supportedFeatures.MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. setTeleserviceList(byte[][] value)
Sets the value of the field teleserviceList.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPInsertSubscriberDataRes Modifier and Type Method Description static MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. copyOf(MAPInsertSubscriberDataRes 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. sendInsertSubscriberDataResponse(int invokeId, MAPInsertSubscriberDataRes result)
Issues a (last) response to an insertSubscriberData_v1 operation on the dialog.void
MAPDialog. sendInsertSubscriberDataResponse(int invokeId, MAPInsertSubscriberDataRes result, boolean isLast)
Issues a response to an insertSubscriberData_v1 operation on the dialog. -
Uses of MAPInsertSubscriberDataRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPInsertSubscriberDataRes Modifier and Type Field Description static PersistCodec<MAPInsertSubscriberDataRes,MAPInsertSubscriberDataRes,MAPProto.MAP_MS_DataTypes_InsertSubscriberDataRes>
MAPCodecs. MAP_MS_DataTypes_InsertSubscriberDataRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.InsertSubscriberDataResstatic PersistCodec<MAPInsertSubscriberDataRes,MAPInsertSubscriberDataRes,MAPProto.MAP_MS_DataTypes_InsertSubscriberDataRes>
MAPCodecs. MAP_MS_DataTypes_InsertSubscriberDataRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.InsertSubscriberDataRes
-