Uses of Class
com.opencloud.slee.resources.cgin.map.MAPModificationRequestFor_CH_Info
-
Packages that use MAPModificationRequestFor_CH_Info Package Description com.opencloud.slee.resources.cgin.map Provides an API 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 MAPModificationRequestFor_CH_Info in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPModificationRequestFor_CH_Info Modifier and Type Method Description MAPModificationRequestFor_CH_InfoMAPModificationRequestFor_CH_Info. clone()Constructs a copy of this object and everything reachable from it.static MAPModificationRequestFor_CH_InfoMAPModificationRequestFor_CH_Info. copyOf(MAPModificationRequestFor_CH_Info 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.MAPModificationRequestFor_CH_InfoMAPAnyTimeModificationArg. getModificationRequestFor_HOLD_Data()Gets the value of the field modificationRequestFor-HOLD-Data.MAPModificationRequestFor_CH_InfoMAPModificationRequestFor_CH_Info. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPModificationRequestFor_CH_InfoMAPModificationRequestFor_CH_Info. setModifyNotificationToCSE(MAPModificationInstruction value)Sets the value of the field modifyNotificationToCSE.MAPModificationRequestFor_CH_InfoMAPModificationRequestFor_CH_Info. setSs_Status(byte[] value)Sets the value of the field ss-Status.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPModificationRequestFor_CH_Info Modifier and Type Method Description static MAPModificationRequestFor_CH_InfoMAPModificationRequestFor_CH_Info. copyOf(MAPModificationRequestFor_CH_Info 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.MAPAnyTimeModificationArgMAPAnyTimeModificationArg. setModificationRequestFor_HOLD_Data(MAPModificationRequestFor_CH_Info value)Sets the value of the field modificationRequestFor-HOLD-Data. -
Uses of MAPModificationRequestFor_CH_Info in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPModificationRequestFor_CH_Info Modifier and Type Field Description static PersistCodec<MAPModificationRequestFor_CH_Info,MAPModificationRequestFor_CH_Info,MAPProto.MAP_MS_DataTypes_ModificationRequestFor_CH_Info>MAPCodecs. MAP_MS_DataTypes_ModificationRequestFor_CH_InfoSingleton codec for the ASN.1 type: MAP-MS-DataTypes.ModificationRequestFor-CH-Infostatic PersistCodec<MAPModificationRequestFor_CH_Info,MAPModificationRequestFor_CH_Info,MAPProto.MAP_MS_DataTypes_ModificationRequestFor_CH_Info>MAPCodecs. MAP_MS_DataTypes_ModificationRequestFor_CH_InfoSingleton codec for the ASN.1 type: MAP-MS-DataTypes.ModificationRequestFor-CH-Info
-