Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCRequestedInformationType
-
Packages that use CCRequestedInformationType Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols.com.opencloud.slee.resources.cgin.cap_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol. -
-
Uses of CCRequestedInformationType in com.opencloud.slee.resources.cgin.callcontrol
Fields in com.opencloud.slee.resources.cgin.callcontrol declared as CCRequestedInformationType Modifier and Type Field Description static CCRequestedInformationType
CCRequestedInformationType. callAttemptElapsedTime
Reference to value of the constant callAttemptElapsedTime.static CCRequestedInformationType
CCRequestedInformationType. callConnectedElapsedTime
Reference to value of the constant callConnectedElapsedTime.static CCRequestedInformationType
CCRequestedInformationType. callStopTime
Reference to value of the constant callStopTime.static CCRequestedInformationType
CCRequestedInformationType. releaseCause
Reference to value of the constant releaseCause.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCRequestedInformationType Modifier and Type Method Description static CCRequestedInformationType
CCRequestedInformationType. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.CCRequestedInformationType
CCRequestedInformation. getRequestedInformationType()
Gets the value of the field requestedInformationType.CCRequestedInformationType[]
CCCallInformationRequestArg. getRequestedInformationTypeList()
Gets the value of the field requestedInformationTypeList.static CCRequestedInformationType[]
CCRequestedInformationType. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCRequestedInformationType Modifier and Type Method Description CCRequestedInformation
CCRequestedInformation. setRequestedInformationType(CCRequestedInformationType value)
Sets the value of the field requestedInformationType.CCCallInformationRequestArg
CCCallInformationRequestArg. setRequestedInformationTypeList(CCRequestedInformationType[] value)
Sets the value of the field requestedInformationTypeList.Constructors in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCRequestedInformationType Constructor Description CCCallInformationRequestArg(CCRequestedInformationType[] RequestedInformationTypeList_param)
Constructs an object from given values for all fields.CCRequestedInformation(CCRequestedInformationType RequestedInformationType_param, CCRequestedInformationValue RequestedInformationValue_param)
Constructs an object from given values for all fields. -
Uses of CCRequestedInformationType in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CCRequestedInformationType Modifier and Type Method Description CAP2CallInformationRequestArg
CAP2CallInformationRequestArg. setRequestedInformationTypeList(CCRequestedInformationType[] value)
Sets the value of the field requestedInformationTypeList. -
Uses of CCRequestedInformationType in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Subclasses of CCRequestedInformationType in com.opencloud.slee.resources.cgin.etsi_inap_cs1 Modifier and Type Class Description class
CS1RequestedInformationType
API for Core-INAP-CS1-DataTypes.RequestedInformationType.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CCRequestedInformationType Modifier and Type Method Description static CCRequestedInformationType
CS1RequestedInformationType. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static CCRequestedInformationType[]
CS1RequestedInformationType. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCRequestedInformationType Modifier and Type Method Description CS1CallInformationRequestArg
CS1CallInformationRequestArg. setRequestedInformationTypeList(CCRequestedInformationType[] value)
Sets the value of the field requestedInformationTypeList.
-