Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAbsentSubscriberParSeq
-
Packages that use MAPAbsentSubscriberParSeq 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 MAPAbsentSubscriberParSeq in com.opencloud.slee.resources.cgin.map
Subclasses of MAPAbsentSubscriberParSeq in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description classMAPAbsentSubscriberParamAPI for MAP-ER-DataTypes.AbsentSubscriberParam.Methods in com.opencloud.slee.resources.cgin.map that return MAPAbsentSubscriberParSeq Modifier and Type Method Description MAPAbsentSubscriberParSeqMAPAbsentSubscriberParSeq. clone()Constructs a copy of this object and everything reachable from it.static MAPAbsentSubscriberParSeqMAPAbsentSubscriberParSeq. copyOf(MAPAbsentSubscriberParSeq 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.MAPAbsentSubscriberParSeqMAPAbsentSubscriberParSeq. setMwdSet(boolean value)Sets the value of the field mwdSet and marks the field as present.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAbsentSubscriberParSeq Modifier and Type Method Description static MAPAbsentSubscriberParamMAPAbsentSubscriberParam. copyOf(MAPAbsentSubscriberParSeq 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 MAPAbsentSubscriberParSeqMAPAbsentSubscriberParSeq. copyOf(MAPAbsentSubscriberParSeq 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.voidMAPDialog. sendAbsentSubscriberError(int invokeId, MAPAbsentSubscriberParSeq error)Issues an absentSubscriber_v1 error response for an operation on the dialog. -
Uses of MAPAbsentSubscriberParSeq in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPAbsentSubscriberParSeq Constructor Description MAPAbsentSubscriberErrorEvent(MAPDialog dialog, TcapOperation operation, TcapError error, MAPAbsentSubscriberParSeq parameter, int invokeId)Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPAbsentSubscriberErrorEvent -
Uses of MAPAbsentSubscriberParSeq in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPAbsentSubscriberParSeq Modifier and Type Field Description static PersistCodec<MAPAbsentSubscriberParSeq,MAPAbsentSubscriberParam,MAPProto.MAP_ER_DataTypes_AbsentSubscriberParam>MAPCodecs. MAP_ER_DataTypes_AbsentSubscriberParamSingleton codec for the ASN.1 type: MAP-ER-DataTypes.AbsentSubscriberParamstatic PersistCodec<MAPAbsentSubscriberParSeq,MAPAbsentSubscriberParSeq,MAPProto.MAP_Errors_ph1_absentSubscriber_v1_AbsentSubscriberParSeq>MAPCodecs. MAP_Errors_ph1_absentSubscriber_v1_AbsentSubscriberParSeqSingleton codec for the ASN.1 type: MAP-Errors-ph1.absentSubscriber-v1.AbsentSubscriberParSeqstatic PersistCodec<MAPAbsentSubscriberParSeq,MAPAbsentSubscriberParSeq,MAPProto.MAP_Errors_ph1_absentSubscriber_v1_AbsentSubscriberParSeq>MAPCodecs. MAP_Errors_ph1_absentSubscriber_v1_AbsentSubscriberParSeqSingleton codec for the ASN.1 type: MAP-Errors-ph1.absentSubscriber-v1.AbsentSubscriberParSeq
-