Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCallWaitingData
-
Packages that use MAPCallWaitingData 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 MAPCallWaitingData in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCallWaitingData Modifier and Type Method Description MAPCallWaitingData
MAPCallWaitingData. clone()
Constructs a copy of this object and everything reachable from it.static MAPCallWaitingData
MAPCallWaitingData. copyOf(MAPCallWaitingData 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.MAPCallWaitingData
MAPAnyTimeModificationRes. getCw_Data()
Gets the value of the field cw-Data.MAPCallWaitingData
MAPAnyTimeSubscriptionInterrogationRes. getCw_Data()
Gets the value of the field cw-Data.MAPCallWaitingData
MAPNoteSubscriberDataModifiedArg. getCw_Data()
Gets the value of the field cw-Data.MAPCallWaitingData
MAPCallWaitingData. setNotificationToCSEPresent(boolean flag)
Sets the presence or absence of the optional field notificationToCSE.MAPCallWaitingData
MAPCallWaitingData. setSs_Status(byte[] value)
Sets the value of the field ss-Status.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCallWaitingData Modifier and Type Method Description static MAPCallWaitingData
MAPCallWaitingData. copyOf(MAPCallWaitingData 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.MAPAnyTimeModificationRes
MAPAnyTimeModificationRes. setCw_Data(MAPCallWaitingData value)
Sets the value of the field cw-Data.MAPAnyTimeSubscriptionInterrogationRes
MAPAnyTimeSubscriptionInterrogationRes. setCw_Data(MAPCallWaitingData value)
Sets the value of the field cw-Data.MAPNoteSubscriberDataModifiedArg
MAPNoteSubscriberDataModifiedArg. setCw_Data(MAPCallWaitingData value)
Sets the value of the field cw-Data. -
Uses of MAPCallWaitingData in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCallWaitingData Modifier and Type Field Description static PersistCodec<MAPCallWaitingData,MAPCallWaitingData,MAPProto.MAP_MS_DataTypes_CallWaitingData>
MAPCodecs. MAP_MS_DataTypes_CallWaitingData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CallWaitingDatastatic PersistCodec<MAPCallWaitingData,MAPCallWaitingData,MAPProto.MAP_MS_DataTypes_CallWaitingData>
MAPCodecs. MAP_MS_DataTypes_CallWaitingData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CallWaitingData
-