Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCancelLocation_v1ArgSeq
-
Packages that use MAPCancelLocation_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 MAPCancelLocation_v1ArgSeq in com.opencloud.slee.resources.cgin.map
Subclasses of MAPCancelLocation_v1ArgSeq in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPCancelLocationArg
API for MAP-MS-DataTypes.CancelLocationArg.Methods in com.opencloud.slee.resources.cgin.map that return MAPCancelLocation_v1ArgSeq Modifier and Type Method Description MAPCancelLocation_v1ArgSeq
MAPCancelLocation_v1ArgSeq. clone()
Constructs a copy of this object and everything reachable from it.static MAPCancelLocation_v1ArgSeq
MAPCancelLocation_v1ArgSeq. copyOf(MAPCancelLocation_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.MAPCancelLocation_v1ArgSeq
MAPCancelLocation_v1ArgSeq. setIdentity(MAPIdentity value)
Sets the value of the field identity.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCancelLocation_v1ArgSeq Modifier and Type Method Description static MAPCancelLocation_v1ArgSeq
MAPCancelLocation_v1ArgSeq. copyOf(MAPCancelLocation_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 MAPCancelLocationArg
MAPCancelLocationArg. copyOf(MAPCancelLocation_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. sendCancelLocation(long timeout, MAPCancelLocation_v1ArgSeq argument)
Issues a cancelLocation_v1 operation request on the dialog. -
Uses of MAPCancelLocation_v1ArgSeq in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPCancelLocation_v1ArgSeq Constructor Description MAPCancelLocationRequestEvent(MAPDialog dialog, TcapOperation operation, MAPCancelLocation_v1ArgSeq argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPCancelLocationRequestEvent -
Uses of MAPCancelLocation_v1ArgSeq in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCancelLocation_v1ArgSeq Modifier and Type Field Description static PersistCodec<MAPCancelLocation_v1ArgSeq,MAPCancelLocation_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_ph1_cancelLocation_v1_CancelLocation_v1ArgSeq>
MAPCodecs. MAP_MobileServiceOperations_ph1_cancelLocation_v1_CancelLocation_v1ArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.cancelLocation-v1.CancelLocation-v1ArgSeqstatic PersistCodec<MAPCancelLocation_v1ArgSeq,MAPCancelLocation_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_ph1_cancelLocation_v1_CancelLocation_v1ArgSeq>
MAPCodecs. MAP_MobileServiceOperations_ph1_cancelLocation_v1_CancelLocation_v1ArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.cancelLocation-v1.CancelLocation-v1ArgSeqstatic PersistCodec<MAPCancelLocation_v1ArgSeq,MAPCancelLocation_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_R96_cancelLocation_CancelLocationArgSeq>
MAPCodecs. MAP_MobileServiceOperations_R96_cancelLocation_CancelLocationArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-R96.cancelLocation.CancelLocationArgSeqstatic PersistCodec<MAPCancelLocation_v1ArgSeq,MAPCancelLocation_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_R96_cancelLocation_CancelLocationArgSeq>
MAPCodecs. MAP_MobileServiceOperations_R96_cancelLocation_CancelLocationArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-R96.cancelLocation.CancelLocationArgSeqstatic PersistCodec<MAPCancelLocation_v1ArgSeq,MAPCancelLocationArg,MAPProto.MAP_MS_DataTypes_CancelLocationArg>
MAPCodecs. MAP_MS_DataTypes_CancelLocationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CancelLocationArg
-