Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1IPAvailable
-
Packages that use CS1IPAvailable Package Description com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol. -
-
Uses of CS1IPAvailable in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1IPAvailable Modifier and Type Method Description CS1IPAvailableCS1IPAvailable. clone()Constructs a copy of this object and everything reachable from it.static CS1IPAvailableCS1IPAvailable. copyOf(CS1IPAvailable 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.CS1IPAvailableCS1AssistRequestInstructionsArg. getIPAvailable()Gets the value of the field iPAvailable.CS1IPAvailableCS1InitialDPArg. getIPAvailable()Gets the value of the field iPAvailable.CS1IPAvailableCS1IPAvailable. setByteArray(byte[] value)Sets the value of the field byteArray.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CS1IPAvailable Modifier and Type Method Description static CS1IPAvailableCS1IPAvailable. copyOf(CS1IPAvailable 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.CS1AssistRequestInstructionsArgCS1AssistRequestInstructionsArg. setIPAvailable(CS1IPAvailable value)Sets the value of the field iPAvailable.CS1InitialDPArgCS1InitialDPArg. setIPAvailable(CS1IPAvailable value)Sets the value of the field iPAvailable.
-