Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCheckIMEI_v1ArgSeq
-
Packages that use MAPCheckIMEI_v1ArgSeq Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.events Provides event wrapper classes for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPCheckIMEI_v1ArgSeq in com.opencloud.slee.resources.cgin.map
Subclasses of MAPCheckIMEI_v1ArgSeq in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPCheckIMEI_Arg
API for MAP-MS-DataTypes.CheckIMEI-Arg.Methods in com.opencloud.slee.resources.cgin.map that return MAPCheckIMEI_v1ArgSeq Modifier and Type Method Description MAPCheckIMEI_v1ArgSeq
MAPCheckIMEI_v1ArgSeq. clone()
Constructs a copy of this object and everything reachable from it.static MAPCheckIMEI_v1ArgSeq
MAPCheckIMEI_v1ArgSeq. copyOf(MAPCheckIMEI_v1ArgSeq 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.MAPCheckIMEI_v1ArgSeq
MAPCheckIMEI_v1ArgSeq. setImei(IMEIAddress value)
Sets the value of the field imei.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCheckIMEI_v1ArgSeq Modifier and Type Method Description static MAPCheckIMEI_Arg
MAPCheckIMEI_Arg. copyOf(MAPCheckIMEI_v1ArgSeq 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.static MAPCheckIMEI_v1ArgSeq
MAPCheckIMEI_v1ArgSeq. copyOf(MAPCheckIMEI_v1ArgSeq 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.int
MAPDialog. sendCheckIMEI(long timeout, MAPCheckIMEI_v1ArgSeq argument)
Issues a checkIMEI_v1 operation request on the dialog. -
Uses of MAPCheckIMEI_v1ArgSeq in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPCheckIMEI_v1ArgSeq Constructor Description MAPCheckIMEIRequestEvent(MAPDialog dialog, TcapOperation operation, MAPCheckIMEI_v1ArgSeq argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPCheckIMEIRequestEvent -
Uses of MAPCheckIMEI_v1ArgSeq in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCheckIMEI_v1ArgSeq Modifier and Type Field Description static PersistCodec<MAPCheckIMEI_v1ArgSeq,MAPCheckIMEI_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEI_v1ArgSeq>
MAPCodecs. MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEI_v1ArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.checkIMEI-v1.CheckIMEI-v1ArgSeqstatic PersistCodec<MAPCheckIMEI_v1ArgSeq,MAPCheckIMEI_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEI_v1ArgSeq>
MAPCodecs. MAP_MobileServiceOperations_ph1_checkIMEI_v1_CheckIMEI_v1ArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.checkIMEI-v1.CheckIMEI-v1ArgSeqstatic PersistCodec<MAPCheckIMEI_v1ArgSeq,MAPCheckIMEI_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIArgSeq>
MAPCodecs. MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-Rel4.checkIMEI.CheckIMEIArgSeqstatic PersistCodec<MAPCheckIMEI_v1ArgSeq,MAPCheckIMEI_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIArgSeq>
MAPCodecs. MAP_MobileServiceOperations_Rel4_checkIMEI_CheckIMEIArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-Rel4.checkIMEI.CheckIMEIArgSeqstatic PersistCodec<MAPCheckIMEI_v1ArgSeq,MAPCheckIMEI_Arg,MAPProto.MAP_MS_DataTypes_CheckIMEI_Arg>
MAPCodecs. MAP_MS_DataTypes_CheckIMEI_Arg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CheckIMEI-Arg
-