Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAnyTimeModificationRes
-
Packages that use MAPAnyTimeModificationRes 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 MAPAnyTimeModificationRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPAnyTimeModificationRes Modifier and Type Method Description MAPAnyTimeModificationResMAPAnyTimeModificationRes. clone()Constructs a copy of this object and everything reachable from it.static MAPAnyTimeModificationResMAPAnyTimeModificationRes. copyOf(MAPAnyTimeModificationRes 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.MAPAnyTimeModificationResMAPAnyTimeModificationRes. setCamel_SubscriptionInfo(MAPCAMEL_SubscriptionInfo value)Sets the value of the field camel-SubscriptionInfo.MAPAnyTimeModificationResMAPAnyTimeModificationRes. setCh_Data(MAPCallHoldData value)Sets the value of the field ch-Data.MAPAnyTimeModificationResMAPAnyTimeModificationRes. setClip_Data(MAPClipData value)Sets the value of the field clip-Data.MAPAnyTimeModificationResMAPAnyTimeModificationRes. setClir_Data(MAPClirData value)Sets the value of the field clir-Data.MAPAnyTimeModificationResMAPAnyTimeModificationRes. setCw_Data(MAPCallWaitingData value)Sets the value of the field cw-Data.MAPAnyTimeModificationResMAPAnyTimeModificationRes. setEct_data(MAPEctData value)Sets the value of the field ect-data.MAPAnyTimeModificationResMAPAnyTimeModificationRes. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPAnyTimeModificationResMAPAnyTimeModificationRes. setOdb_Info(MAPODB_Info value)Sets the value of the field odb-Info.MAPAnyTimeModificationResMAPAnyTimeModificationRes. setSs_InfoFor_CSE(MAPExt_SS_InfoFor_CSE value)Sets the value of the field ss-InfoFor-CSE.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAnyTimeModificationRes Modifier and Type Method Description static MAPAnyTimeModificationResMAPAnyTimeModificationRes. copyOf(MAPAnyTimeModificationRes 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. sendAnyTimeModificationResponse(int invokeId, MAPAnyTimeModificationRes result)Issues a (last) response to an anyTimeModification operation on the dialog.voidMAPDialog. sendAnyTimeModificationResponse(int invokeId, MAPAnyTimeModificationRes result, boolean isLast)Issues a response to an anyTimeModification operation on the dialog. -
Uses of MAPAnyTimeModificationRes in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPAnyTimeModificationRes Constructor Description MAPAnyTimeModificationResultEvent(MAPDialog dialog, TcapOperation operation, MAPAnyTimeModificationRes argument, int invokeId, boolean lastResult)Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPAnyTimeModificationResultEvent -
Uses of MAPAnyTimeModificationRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPAnyTimeModificationRes Modifier and Type Field Description static PersistCodec<MAPAnyTimeModificationRes,MAPAnyTimeModificationRes,MAPProto.MAP_MS_DataTypes_AnyTimeModificationRes>MAPCodecs. MAP_MS_DataTypes_AnyTimeModificationResSingleton codec for the ASN.1 type: MAP-MS-DataTypes.AnyTimeModificationResstatic PersistCodec<MAPAnyTimeModificationRes,MAPAnyTimeModificationRes,MAPProto.MAP_MS_DataTypes_AnyTimeModificationRes>MAPCodecs. MAP_MS_DataTypes_AnyTimeModificationResSingleton codec for the ASN.1 type: MAP-MS-DataTypes.AnyTimeModificationRes
-