Uses of Class
com.opencloud.slee.resources.in.datatypes.map.ExtForwOptions
-
Packages that use ExtForwOptions 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 ExtForwOptions in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map with parameters of type ExtForwOptions Modifier and Type Method Description MAPExt_ForwFeature
MAPExt_ForwFeature. setForwardingOptions(ExtForwOptions value)
Sets the value of the field forwardingOptions. -
Uses of ExtForwOptions in com.opencloud.slee.resources.in.datatypes.map
Methods in com.opencloud.slee.resources.in.datatypes.map that return ExtForwOptions Modifier and Type Method Description ExtForwOptions
ExtForwOptions. clone()
Constructs a copy of this object and everything reachable from it.static ExtForwOptions
ExtForwOptions. copyOf(ExtForwOptions 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.ExtForwOptions
ExtForwOptions. setForwardingReason(ForwardingOptions.ForwardingReason value)
Sets the value of Forwarding reason.ExtForwOptions
ExtForwOptions. setNotificationToCallingParty(boolean value)
Sets the value of Notification to calling party.ExtForwOptions
ExtForwOptions. setNotificationToCallingPartyPresent(boolean flag)
Sets the presence or absence of the field NotificationToCallingParty.ExtForwOptions
ExtForwOptions. setNotificationToForwardingParty(boolean value)
Sets the value of Notification to forwarding party.ExtForwOptions
ExtForwOptions. setNotificationToForwardingPartyPresent(boolean flag)
Sets the presence or absence of the field NotificationToForwardingParty.ExtForwOptions
ExtForwOptions. setRedirectingPresentation(boolean value)
Sets the value of Redirecting presentation.ExtForwOptions
ExtForwOptions. 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 ExtForwOptions Modifier and Type Method Description static ExtForwOptions
ExtForwOptions. copyOf(ExtForwOptions 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.
-