Uses of Class
com.opencloud.slee.resources.cgin.cap_v4.CAP4MidCallControlInfo
-
Packages that use CAP4MidCallControlInfo Package Description com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.cap_v4.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CAP4MidCallControlInfo in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CAP4MidCallControlInfo Modifier and Type Method Description CAP4MidCallControlInfo
CAP4MidCallControlInfo. clone()
Constructs a copy of this object and everything reachable from it.static CAP4MidCallControlInfo
CAP4MidCallControlInfo. copyOf(CAP4MidCallControlInfo 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.CAP4MidCallControlInfo
CAP4DpSpecificCriteria. getMidCallControlInfo()
Gets the value of the midCallControlInfo choice.CAP4MidCallControlInfo
CAP4MidCallControlInfo. setCancelDigit(AddressDelimiter value)
Sets the value of the field cancelDigit.CAP4MidCallControlInfo
CAP4MidCallControlInfo. setEndOfReplyDigit(AddressDelimiter value)
Sets the value of the field endOfReplyDigit.CAP4MidCallControlInfo
CAP4MidCallControlInfo. setInterDigitTimeout(int value)
Sets the value of the field interDigitTimeout and marks the field as present.CAP4MidCallControlInfo
CAP4MidCallControlInfo. setInterDigitTimeoutPresent(boolean flag)
Sets the presence or absence of the optional field interDigitTimeout.CAP4MidCallControlInfo
CAP4MidCallControlInfo. setMaximumNumberOfDigits(int value)
Sets the value of the field maximumNumberOfDigits and marks the field as present.CAP4MidCallControlInfo
CAP4MidCallControlInfo. setMaximumNumberOfDigitsPresent(boolean flag)
Sets the presence or absence of the optional field maximumNumberOfDigits.CAP4MidCallControlInfo
CAP4MidCallControlInfo. setMinimumNumberOfDigits(int value)
Sets the value of the field minimumNumberOfDigits and marks the field as present.CAP4MidCallControlInfo
CAP4MidCallControlInfo. setMinimumNumberOfDigitsPresent(boolean flag)
Sets the presence or absence of the optional field minimumNumberOfDigits.CAP4MidCallControlInfo
CAP4MidCallControlInfo. setStartDigit(AddressDelimiter value)
Sets the value of the field startDigit.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP4MidCallControlInfo Modifier and Type Method Description static CAP4MidCallControlInfo
CAP4MidCallControlInfo. copyOf(CAP4MidCallControlInfo 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.CAP4DpSpecificCriteria
CAP4DpSpecificCriteria. setMidCallControlInfo(CAP4MidCallControlInfo value)
Sets the value of the midCallControlInfo choice. -
Uses of CAP4MidCallControlInfo in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP4MidCallControlInfo Modifier and Type Field Description static PersistCodec<CAP4MidCallControlInfo,CAP4MidCallControlInfo,CAP4Proto.CAP_datatypes_MidCallControlInfo>
CAP4Codecs. CAP_datatypes_MidCallControlInfo
Singleton codec for the ASN.1 type: CAP-datatypes.MidCallControlInfostatic PersistCodec<CAP4MidCallControlInfo,CAP4MidCallControlInfo,CAP4Proto.CAP_datatypes_MidCallControlInfo>
CAP4Codecs. CAP_datatypes_MidCallControlInfo
Singleton codec for the ASN.1 type: CAP-datatypes.MidCallControlInfo
-