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.
|
Modifier and Type | Method and Description |
---|---|
MAPCallForwardingData |
MAPCallForwardingData.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCallForwardingData |
MAPCallForwardingData.copyOf(MAPCallForwardingData 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.
|
MAPCallForwardingData |
MAPAnyTimeSubscriptionInterrogationRes.getCallForwardingData()
Gets the value of the field callForwardingData.
|
MAPCallForwardingData |
MAPCallForwardingData.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPCallForwardingData |
MAPCallForwardingData.setForwardingFeatureList(MAPExt_ForwFeature[] value)
Sets the value of the field forwardingFeatureList.
|
MAPCallForwardingData |
MAPCallForwardingData.setNotificationToCSEPresent(boolean flag)
Sets the presence or absence of the optional field notificationToCSE.
|
Modifier and Type | Method and Description |
---|---|
static MAPCallForwardingData |
MAPCallForwardingData.copyOf(MAPCallForwardingData 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.
|
MAPAnyTimeSubscriptionInterrogationRes |
MAPAnyTimeSubscriptionInterrogationRes.setCallForwardingData(MAPCallForwardingData value)
Sets the value of the field callForwardingData.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPCallForwardingData,MAPCallForwardingData,MAPProto.MAP_MS_DataTypes_CallForwardingData> |
MAPCodecs.MAP_MS_DataTypes_CallForwardingData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CallForwardingData
|
static PersistCodec<MAPCallForwardingData,MAPCallForwardingData,MAPProto.MAP_MS_DataTypes_CallForwardingData> |
MAPCodecs.MAP_MS_DataTypes_CallForwardingData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CallForwardingData
|