Uses of Class
com.opencloud.slee.resources.in.datatypes.map.ForwardingOptions
-
Packages that use ForwardingOptions Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.in.datatypes.map Defines classes to represent some MAP types for which their ASN.1 specifications say merely OCTET STRING, that are not used by other protocols, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of ForwardingOptions in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return ForwardingOptions Modifier and Type Method Description ForwardingOptions
MAPForwardingData. getForwardingOptions()
Gets the value of the field forwardingOptions.ForwardingOptions
MAPForwardingFeature. getForwardingOptions()
Gets the value of the field forwardingOptions.Methods in com.opencloud.slee.resources.cgin.map with parameters of type ForwardingOptions Modifier and Type Method Description MAPForwardingData
MAPForwardingData. setForwardingOptions(ForwardingOptions value)
Sets the value of the field forwardingOptions.MAPForwardingFeature
MAPForwardingFeature. setForwardingOptions(ForwardingOptions value)
Sets the value of the field forwardingOptions. -
Uses of ForwardingOptions in com.opencloud.slee.resources.in.datatypes.map
Subclasses of ForwardingOptions in com.opencloud.slee.resources.in.datatypes.map Modifier and Type Class Description class
ExtForwOptions
Class ExtForwOptions represents the ASN.1 OCTET STRING type MAP-MS-DataTypes.Ext-ForwOptions.Methods in com.opencloud.slee.resources.in.datatypes.map that return ForwardingOptions Modifier and Type Method Description ForwardingOptions
ForwardingOptions. clone()
Constructs a copy of this object and everything reachable from it.static ForwardingOptions
ForwardingOptions. copyOf(ForwardingOptions 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.ForwardingOptions
ForwardingOptions. setForwardingReason(ForwardingOptions.ForwardingReason value)
Sets the value of Forwarding reason.ForwardingOptions
ForwardingOptions. setNotificationToCallingParty(boolean value)
Sets the value of Notification to calling party.ForwardingOptions
ForwardingOptions. setNotificationToCallingPartyPresent(boolean flag)
Sets the presence or absence of the field NotificationToCallingParty.ForwardingOptions
ForwardingOptions. setNotificationToForwardingParty(boolean value)
Sets the value of Notification to forwarding party.ForwardingOptions
ForwardingOptions. setNotificationToForwardingPartyPresent(boolean flag)
Sets the presence or absence of the field NotificationToForwardingParty.ForwardingOptions
ForwardingOptions. setRedirectingPresentation(boolean value)
Sets the value of Redirecting presentation.ForwardingOptions
ForwardingOptions. setRedirectingPresentationPresent(boolean flag)
Sets the presence or absence of the field RedirectingPresentation.Methods in com.opencloud.slee.resources.in.datatypes.map with parameters of type ForwardingOptions Modifier and Type Method Description static ForwardingOptions
ForwardingOptions. copyOf(ForwardingOptions 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.
-