Uses of Class
com.opencloud.slee.resources.cgin.map.MAPPrivacyCheckRelatedAction
-
Packages that use MAPPrivacyCheckRelatedAction Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPPrivacyCheckRelatedAction in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPPrivacyCheckRelatedAction Modifier and Type Field 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.Methods in com.opencloud.slee.resources.cgin.map that return MAPPrivacyCheckRelatedAction Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPPrivacyCheckRelatedAction Modifier and Type Method 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.
-