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 MAPForwardingData
MAPForwardingData. clone()
Constructs a copy of this object and everything reachable from it.static MAPForwardingData
MAPForwardingData. 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.MAPForwardingData
MAPCamelRoutingInfo. getForwardingData()
Gets the value of the field forwardingData.MAPForwardingData
MAPExtendedRoutingInfo. getForwardingData()
Gets the value of the forwardingData choice.MAPForwardingData
MAPLocationOrForwarding. getForwardingData()
Gets the value of the forwardingData choice.MAPForwardingData
MAPResumeCallHandlingArg. getForwardingData()
Gets the value of the field forwardingData.MAPForwardingData
MAPSendRoutingInformationRes.RoutingInfo. getForwardingData()
Gets the value of the forwardingData choice.MAPForwardingData
MAPForwardingData. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPForwardingData
MAPForwardingData. setForwardedToNumber(AddressString value)
Sets the value of the field forwardedToNumber.MAPForwardingData
MAPForwardingData. setForwardedToSubaddress(ISDNSubaddress value)
Sets the value of the field forwardedToSubaddress.MAPForwardingData
MAPForwardingData. setForwardingOptions(ForwardingOptions value)
Sets the value of the field forwardingOptions.MAPForwardingData
MAPForwardingData. 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 MAPForwardingData
MAPForwardingData. 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.MAPCamelRoutingInfo
MAPCamelRoutingInfo. setForwardingData(MAPForwardingData value)
Sets the value of the field forwardingData.MAPExtendedRoutingInfo
MAPExtendedRoutingInfo. setForwardingData(MAPForwardingData value)
Sets the value of the forwardingData choice.MAPLocationOrForwarding
MAPLocationOrForwarding. setForwardingData(MAPForwardingData value)
Sets the value of the forwardingData choice.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setForwardingData(MAPForwardingData value)
Sets the value of the field forwardingData.MAPSendRoutingInformationRes.RoutingInfo
MAPSendRoutingInformationRes.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_ForwardingData
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ForwardingDatastatic PersistCodec<MAPForwardingData,MAPForwardingData,MAPProto.MAP_CH_DataTypes_ForwardingData>
MAPCodecs. MAP_CH_DataTypes_ForwardingData
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ForwardingData
-