Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPPrivacyCheckRelatedAction |
MAPPrivacyCheckRelatedAction.allowedIfNoResponse
Reference to value of the constant allowedIfNoResponse.
|
static MAPPrivacyCheckRelatedAction |
MAPPrivacyCheckRelatedAction.allowedWithNotification
Reference to value of the constant allowedWithNotification.
|
static MAPPrivacyCheckRelatedAction |
MAPPrivacyCheckRelatedAction.allowedWithoutNotification
Reference to value of the constant allowedWithoutNotification.
|
static MAPPrivacyCheckRelatedAction |
MAPPrivacyCheckRelatedAction.notAllowed
Reference to value of the constant notAllowed.
|
static MAPPrivacyCheckRelatedAction |
MAPPrivacyCheckRelatedAction.restrictedIfNoResponse
Reference to value of the constant restrictedIfNoResponse.
|
Modifier and Type | Method and Description |
---|---|
static MAPPrivacyCheckRelatedAction |
MAPPrivacyCheckRelatedAction.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPPrivacyCheckRelatedAction |
MAPLCS_PrivacyCheck.getCallSessionRelated()
Gets the value of the field callSessionRelated.
|
MAPPrivacyCheckRelatedAction |
MAPLCS_PrivacyCheck.getCallSessionUnrelated()
Gets the value of the field callSessionUnrelated.
|
static MAPPrivacyCheckRelatedAction[] |
MAPPrivacyCheckRelatedAction.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPLCS_PrivacyCheck |
MAPLCS_PrivacyCheck.setCallSessionRelated(MAPPrivacyCheckRelatedAction value)
Sets the value of the field callSessionRelated.
|
MAPLCS_PrivacyCheck |
MAPLCS_PrivacyCheck.setCallSessionUnrelated(MAPPrivacyCheckRelatedAction value)
Sets the value of the field callSessionUnrelated.
|