Uses of Class
com.opencloud.slee.resources.cgin.map.MAPForwardingData
-
Packages that use MAPForwardingData 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 MAPForwardingData in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPForwardingData Modifier and Type Method Description MAPForwardingDataMAPForwardingData. clone()Constructs a copy of this object and everything reachable from it.static MAPForwardingDataMAPForwardingData. copyOf(MAPForwardingData 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.MAPForwardingDataMAPCamelRoutingInfo. getForwardingData()Gets the value of the field forwardingData.MAPForwardingDataMAPExtendedRoutingInfo. getForwardingData()Gets the value of the forwardingData choice.MAPForwardingDataMAPLocationOrForwarding. getForwardingData()Gets the value of the forwardingData choice.MAPForwardingDataMAPResumeCallHandlingArg. getForwardingData()Gets the value of the field forwardingData.MAPForwardingDataMAPSendRoutingInformationRes.RoutingInfo. getForwardingData()Gets the value of the forwardingData choice.MAPForwardingDataMAPForwardingData. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPForwardingDataMAPForwardingData. setForwardedToNumber(AddressString value)Sets the value of the field forwardedToNumber.MAPForwardingDataMAPForwardingData. setForwardedToSubaddress(ISDNSubaddress value)Sets the value of the field forwardedToSubaddress.MAPForwardingDataMAPForwardingData. setForwardingOptions(ForwardingOptions value)Sets the value of the field forwardingOptions.MAPForwardingDataMAPForwardingData. setLongForwardedToNumber(AddressString value)Sets the value of the field longForwardedToNumber.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPForwardingData Modifier and Type Method Description static MAPForwardingDataMAPForwardingData. copyOf(MAPForwardingData 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.MAPCamelRoutingInfoMAPCamelRoutingInfo. setForwardingData(MAPForwardingData value)Sets the value of the field forwardingData.MAPExtendedRoutingInfoMAPExtendedRoutingInfo. setForwardingData(MAPForwardingData value)Sets the value of the forwardingData choice.MAPLocationOrForwardingMAPLocationOrForwarding. setForwardingData(MAPForwardingData value)Sets the value of the forwardingData choice.MAPResumeCallHandlingArgMAPResumeCallHandlingArg. setForwardingData(MAPForwardingData value)Sets the value of the field forwardingData.MAPSendRoutingInformationRes.RoutingInfoMAPSendRoutingInformationRes.RoutingInfo. setForwardingData(MAPForwardingData value)Sets the value of the forwardingData choice. -
Uses of MAPForwardingData in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPForwardingData Modifier and Type Field Description static PersistCodec<MAPForwardingData,MAPForwardingData,MAPProto.MAP_CH_DataTypes_ForwardingData>MAPCodecs. MAP_CH_DataTypes_ForwardingDataSingleton codec for the ASN.1 type: MAP-CH-DataTypes.ForwardingDatastatic PersistCodec<MAPForwardingData,MAPForwardingData,MAPProto.MAP_CH_DataTypes_ForwardingData>MAPCodecs. MAP_CH_DataTypes_ForwardingDataSingleton codec for the ASN.1 type: MAP-CH-DataTypes.ForwardingData
-