Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3ServiceInteractionIndicatorsTwo
-
Packages that use CAP3ServiceInteractionIndicatorsTwo Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v3.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.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 CAP3ServiceInteractionIndicatorsTwo in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3ServiceInteractionIndicatorsTwo Modifier and Type Method Description CAP3ServiceInteractionIndicatorsTwo
CAP3ServiceInteractionIndicatorsTwo. clone()
Constructs a copy of this object and everything reachable from it.static CAP3ServiceInteractionIndicatorsTwo
CAP3ServiceInteractionIndicatorsTwo. copyOf(CAP2ServiceInteractionIndicatorsTwo 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.CAP3ServiceInteractionIndicatorsTwo
CAP3ConnectArg. getServiceInteractionIndicatorsTwo()
Gets the value of the field serviceInteractionIndicatorsTwo.CAP3ServiceInteractionIndicatorsTwo
CAP3ContinueWithArgumentArg. getServiceInteractionIndicatorsTwo()
Gets the value of the field serviceInteractionIndicatorsTwo.CAP3ServiceInteractionIndicatorsTwo
CAP3InitialDPArg. getServiceInteractionIndicatorsTwo()
Gets the value of the field serviceInteractionIndicatorsTwo.CAP3ServiceInteractionIndicatorsTwo
CAP3ServiceInteractionIndicatorsTwo. setBackwardServiceInteractionInd(CAP3BackwardServiceInteractionInd value)
Sets the value of the field backwardServiceInteractionInd.CAP3ServiceInteractionIndicatorsTwo
CAP3ServiceInteractionIndicatorsTwo. setBothwayThroughConnectionInd(CAP2BothwayThroughConnectionInd value)
Sets the value of the field bothwayThroughConnectionInd.CAP3ServiceInteractionIndicatorsTwo
CAP3ServiceInteractionIndicatorsTwo. setConnectedNumberTreatmentInd(CAP3ConnectedNumberTreatmentInd value)
Sets the value of the field connectedNumberTreatmentInd.CAP3ServiceInteractionIndicatorsTwo
CAP3ServiceInteractionIndicatorsTwo. setCwTreatmentIndicator(Treatment value)
Sets the value of the field cwTreatmentIndicator.CAP3ServiceInteractionIndicatorsTwo
CAP3ServiceInteractionIndicatorsTwo. setEctTreatmentIndicator(Treatment value)
Sets the value of the field ectTreatmentIndicator.CAP3ServiceInteractionIndicatorsTwo
CAP3ServiceInteractionIndicatorsTwo. setForwardServiceInteractionInd(CAP3ForwardServiceInteractionInd value)
Sets the value of the field forwardServiceInteractionInd.CAP3ServiceInteractionIndicatorsTwo
CAP3ServiceInteractionIndicatorsTwo. setHoldTreatmentIndicator(Treatment value)
Sets the value of the field holdTreatmentIndicator.CAP3ServiceInteractionIndicatorsTwo
CAP3ServiceInteractionIndicatorsTwo. setNonCUGCallPresent(boolean flag)
Sets the presence or absence of the optional field nonCUGCall.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3ServiceInteractionIndicatorsTwo Modifier and Type Method Description CAP3ConnectArg
CAP3ConnectArg. setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.CAP3EstablishTemporaryConnectionArg
CAP3EstablishTemporaryConnectionArg. setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.CAP3InitialDPArg
CAP3InitialDPArg. setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo. -
Uses of CAP3ServiceInteractionIndicatorsTwo in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CAP3ServiceInteractionIndicatorsTwo Modifier and Type Field Description static PersistCodec<CAP2ServiceInteractionIndicatorsTwo,CAP3ServiceInteractionIndicatorsTwo,CAP3Proto.CAP_datatypes_ServiceInteractionIndicatorsTwo>
CAP3Codecs. CAP_datatypes_ServiceInteractionIndicatorsTwo
Singleton codec for the ASN.1 type: CAP-datatypes.ServiceInteractionIndicatorsTwo -
Uses of CAP3ServiceInteractionIndicatorsTwo in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP3ServiceInteractionIndicatorsTwo Modifier and Type Method Description CAP4ConnectArg
CAP4ConnectArg. setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.CAP4ConnectToResourceArg
CAP4ConnectToResourceArg. setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.CAP4ContinueWithArgumentArg
CAP4ContinueWithArgumentArg. setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.CAP4EstablishTemporaryConnectionArg
CAP4EstablishTemporaryConnectionArg. setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.CAP4InitialDPArg
CAP4InitialDPArg. setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo. -
Uses of CAP3ServiceInteractionIndicatorsTwo in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP3ServiceInteractionIndicatorsTwo Modifier and Type Field Description static PersistCodec<CAP2ServiceInteractionIndicatorsTwo,CAP3ServiceInteractionIndicatorsTwo,CAP4Proto.CAP_datatypes_ServiceInteractionIndicatorsTwo>
CAP4Codecs. CAP_datatypes_ServiceInteractionIndicatorsTwo
Singleton codec for the ASN.1 type: CAP-datatypes.ServiceInteractionIndicatorsTwo
-