Uses of Class
com.opencloud.slee.resources.cgin.cap_v2.CAP2PromptAndCollectUserInformationArg
-
Packages that use CAP2PromptAndCollectUserInformationArg Package Description com.opencloud.slee.resources.cgin.cap_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.cap_v2.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.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. -
-
Uses of CAP2PromptAndCollectUserInformationArg in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 that return CAP2PromptAndCollectUserInformationArg Modifier and Type Method Description CAP2PromptAndCollectUserInformationArgCAP2PromptAndCollectUserInformationArg. clone()Constructs a copy of this object and everything reachable from it.static CAP2PromptAndCollectUserInformationArgCAP2PromptAndCollectUserInformationArg. copyOf(CCPromptAndCollectUserInformationArg 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.CAP2PromptAndCollectUserInformationArgCAP2PromptAndCollectUserInformationArg. setCollectedInfo(CCCollectedInfo value)Sets the value of the field collectedInfo.CAP2PromptAndCollectUserInformationArgCAP2PromptAndCollectUserInformationArg. setDisconnectFromIPForbidden(boolean value)Sets the value of the field disconnectFromIPForbidden.CAP2PromptAndCollectUserInformationArgCAP2PromptAndCollectUserInformationArg. setDisconnectFromIPForbiddenPresent(boolean flag)Sets the presence or absence of the optional field disconnectFromIPForbidden.CAP2PromptAndCollectUserInformationArgCAP2PromptAndCollectUserInformationArg. setExtensions(CAP1ExtensionField[] value)Sets the value of the field extensions.CAP2PromptAndCollectUserInformationArgCAP2PromptAndCollectUserInformationArg. setInformationToSend(CCInformationToSend value)Sets the value of the field informationToSend. -
Uses of CAP2PromptAndCollectUserInformationArg in com.opencloud.slee.resources.cgin.cap_v2.persist
Fields in com.opencloud.slee.resources.cgin.cap_v2.persist with type parameters of type CAP2PromptAndCollectUserInformationArg Modifier and Type Field Description static PersistCodec<CCPromptAndCollectUserInformationArg,CAP2PromptAndCollectUserInformationArg,CAP2Proto.CAP_DataTypes_PromptAndCollectUserInformationArg>CAP2Codecs. CAP_DataTypes_PromptAndCollectUserInformationArgSingleton codec for the ASN.1 type: CAP-DataTypes.PromptAndCollectUserInformationArg -
Uses of CAP2PromptAndCollectUserInformationArg in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CAP2PromptAndCollectUserInformationArg Modifier and Type Field Description static PersistCodec<CCPromptAndCollectUserInformationArg,CAP2PromptAndCollectUserInformationArg,CAP3Proto.CAP_gsmSCF_gsmSRF_ops_args_PromptAndCollectUserInformationArg>CAP3Codecs. CAP_gsmSCF_gsmSRF_ops_args_PromptAndCollectUserInformationArgSingleton codec for the ASN.1 type: CAP-gsmSCF-gsmSRF-ops-args.PromptAndCollectUserInformationArg -
Uses of CAP2PromptAndCollectUserInformationArg in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CAP2PromptAndCollectUserInformationArg in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description classCAP4PromptAndCollectUserInformationArgAPI for CAP-gsmSCF-gsmSRF-ops-args.PromptAndCollectUserInformationArg.
-