Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCallForwardingData
-
Packages that use MAPCallForwardingData 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 MAPCallForwardingData in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCallForwardingData Modifier and Type Method Description MAPCallForwardingDataMAPCallForwardingData. clone()Constructs a copy of this object and everything reachable from it.static MAPCallForwardingDataMAPCallForwardingData. copyOf(MAPCallForwardingData 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.MAPCallForwardingDataMAPAnyTimeSubscriptionInterrogationRes. getCallForwardingData()Gets the value of the field callForwardingData.MAPCallForwardingDataMAPCallForwardingData. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPCallForwardingDataMAPCallForwardingData. setForwardingFeatureList(MAPExt_ForwFeature[] value)Sets the value of the field forwardingFeatureList.MAPCallForwardingDataMAPCallForwardingData. setNotificationToCSEPresent(boolean flag)Sets the presence or absence of the optional field notificationToCSE.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCallForwardingData Modifier and Type Method Description static MAPCallForwardingDataMAPCallForwardingData. copyOf(MAPCallForwardingData 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.MAPAnyTimeSubscriptionInterrogationResMAPAnyTimeSubscriptionInterrogationRes. setCallForwardingData(MAPCallForwardingData value)Sets the value of the field callForwardingData. -
Uses of MAPCallForwardingData in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCallForwardingData Modifier and Type Field Description static PersistCodec<MAPCallForwardingData,MAPCallForwardingData,MAPProto.MAP_MS_DataTypes_CallForwardingData>MAPCodecs. MAP_MS_DataTypes_CallForwardingDataSingleton codec for the ASN.1 type: MAP-MS-DataTypes.CallForwardingDatastatic PersistCodec<MAPCallForwardingData,MAPCallForwardingData,MAPProto.MAP_MS_DataTypes_CallForwardingData>MAPCodecs. MAP_MS_DataTypes_CallForwardingDataSingleton codec for the ASN.1 type: MAP-MS-DataTypes.CallForwardingData
-