Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1InformationToSend
-
Packages that use CS1InformationToSend Package Description com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CS1InformationToSend in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1InformationToSend Modifier and Type Method Description CS1InformationToSendCS1InformationToSend. clone()Constructs a copy of this object and everything reachable from it.static CS1InformationToSendCS1InformationToSend. copyOf(CCInformationToSend 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.CS1InformationToSendCS1FilteredCallTreatment. getInformationToSend()Gets the value of the field informationToSend.CS1InformationToSendCS1GapTreatment.Both. getInformationToSend()Gets the value of the field informationToSend.CS1InformationToSendCS1InformationToSend. setDisplayInformation(String value)Sets the value of the displayInformation choice.CS1InformationToSendCS1InformationToSend. setInbandInfo(CCInbandInfo value)Sets the value of the inbandinfo choice.CS1InformationToSendCS1InformationToSend. setTone(CCTone value)Sets the value of the tone choice.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CS1InformationToSend Modifier and Type Method Description CS1FilteredCallTreatmentCS1FilteredCallTreatment. setInformationToSend(CS1InformationToSend value)Sets the value of the field informationToSend.CS1GapTreatment.BothCS1GapTreatment.Both. setInformationToSend(CS1InformationToSend value)Sets the value of the field informationToSend.CS1GapTreatmentCS1GapTreatment. setInformationToSend(CS1InformationToSend value)Sets the value of the informationToSend choice.CS1PlayAnnouncementArgCS1PlayAnnouncementArg. setInformationToSend(CS1InformationToSend value)Sets the value of the field informationToSend.CS1PromptAndCollectUserInformationArgCS1PromptAndCollectUserInformationArg. setInformationToSend(CS1InformationToSend value)Sets the value of the field informationToSend.Constructors in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CS1InformationToSend Constructor Description Both(CS1InformationToSend InformationToSend_param, Cause ReleaseCause_param)Constructs an object from given values for all fields. -
Uses of CS1InformationToSend in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist
Fields in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist with type parameters of type CS1InformationToSend Modifier and Type Field Description static PersistCodec<CCInformationToSend,CS1InformationToSend,CS1Proto.Core_INAP_CS1_DataTypes_InformationToSend>CS1Codecs. Core_INAP_CS1_DataTypes_InformationToSendSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.InformationToSend
-