Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCMessageID.Text.Attributes
-
Packages that use CCMessageID.Text.Attributes Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols. -
-
Uses of CCMessageID.Text.Attributes in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCMessageID.Text.Attributes Modifier and Type Method Description CCMessageID.Text.Attributes
CCMessageID.Text.Attributes. clone()
Constructs a copy of this object and everything reachable from it.static CCMessageID.Text.Attributes
CCMessageID.Text.Attributes. copyOf(CCMessageID.Text.Attributes 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.CCMessageID.Text.Attributes
CCMessageID.Text. getAttributes()
Gets the value of the field attributes.CCMessageID.Text.Attributes
CCMessageID.Text.Attributes. setByteArray(byte[] value)
Sets the value of the field byteArray.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCMessageID.Text.Attributes Modifier and Type Method Description static CCMessageID.Text.Attributes
CCMessageID.Text.Attributes. copyOf(CCMessageID.Text.Attributes 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.CCMessageID.Text
CCMessageID.Text. setAttributes(CCMessageID.Text.Attributes value)
Sets the value of the field attributes.
-