Uses of Class
com.opencloud.slee.resources.cgin.map.MAPPrepareGroupCallArg
-
Packages that use MAPPrepareGroupCallArg 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 MAPPrepareGroupCallArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPPrepareGroupCallArg Modifier and Type Method Description MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. copyOf(MAPPrepareGroupCallArg 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.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setAsciCallReference(byte[] value)
Sets the value of the field asciCallReference.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setCipheringAlgorithm(byte[] value)
Sets the value of the field cipheringAlgorithm.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setCodec_Info(byte[] value)
Sets the value of the field codec-Info.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setGroupKey(byte[] value)
Sets the value of the field groupKey.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setGroupKeyNumber_Vk_Id(int value)
Sets the value of the field groupKeyNumber-Vk-Id and marks the field as present.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setGroupKeyNumber_Vk_IdPresent(boolean flag)
Sets the presence or absence of the optional field groupKeyNumber-Vk-Id.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setPriority(int value)
Sets the value of the field priority and marks the field as present.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setPriorityPresent(boolean flag)
Sets the presence or absence of the optional field priority.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setTalkerChannelParameterPresent(boolean flag)
Sets the presence or absence of the optional field talkerChannelParameter.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setTeleservice(byte[] value)
Sets the value of the field teleservice.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setUplinkFreePresent(boolean flag)
Sets the presence or absence of the optional field uplinkFree.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setUplinkReplyIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field uplinkReplyIndicator.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setVstk(byte[] value)
Sets the value of the field vstk.MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. setVstk_rand(byte[] value)
Sets the value of the field vstk-rand.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPPrepareGroupCallArg Modifier and Type Method Description static MAPPrepareGroupCallArg
MAPPrepareGroupCallArg. copyOf(MAPPrepareGroupCallArg 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. sendPrepareGroupCall(long timeout, MAPPrepareGroupCallArg argument)
Issues a prepareGroupCall operation request on the dialog. -
Uses of MAPPrepareGroupCallArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPPrepareGroupCallArg Constructor Description MAPPrepareGroupCallRequestEvent(MAPDialog dialog, TcapOperation operation, MAPPrepareGroupCallArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPPrepareGroupCallRequestEvent -
Uses of MAPPrepareGroupCallArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPPrepareGroupCallArg Modifier and Type Field Description static PersistCodec<MAPPrepareGroupCallArg,MAPPrepareGroupCallArg,MAPProto.MAP_GR_DataTypes_PrepareGroupCallArg>
MAPCodecs. MAP_GR_DataTypes_PrepareGroupCallArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.PrepareGroupCallArgstatic PersistCodec<MAPPrepareGroupCallArg,MAPPrepareGroupCallArg,MAPProto.MAP_GR_DataTypes_PrepareGroupCallArg>
MAPCodecs. MAP_GR_DataTypes_PrepareGroupCallArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.PrepareGroupCallArg
-