Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPNotificationToMSUser |
MAPNotificationToMSUser.locationNotAllowed
Reference to value of the constant locationNotAllowed.
|
static MAPNotificationToMSUser |
MAPNotificationToMSUser.notifyAndVerify_LocationAllowedIfNoResponse
Reference to value of the constant notifyAndVerify_LocationAllowedIfNoResponse.
|
static MAPNotificationToMSUser |
MAPNotificationToMSUser.notifyAndVerify_LocationNotAllowedIfNoResponse
Reference to value of the constant notifyAndVerify_LocationNotAllowedIfNoResponse.
|
static MAPNotificationToMSUser |
MAPNotificationToMSUser.notifyLocationAllowed
Reference to value of the constant notifyLocationAllowed.
|
Modifier and Type | Method and Description |
---|---|
static MAPNotificationToMSUser |
MAPNotificationToMSUser.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPNotificationToMSUser |
MAPServiceType.getNotificationToMSUser()
Gets the value of the field notificationToMSUser.
|
MAPNotificationToMSUser |
MAPLCS_PrivacyClass.getNotificationToMSUser()
Gets the value of the field notificationToMSUser.
|
MAPNotificationToMSUser |
MAPExternalClient.getNotificationToMSUser()
Gets the value of the field notificationToMSUser.
|
static MAPNotificationToMSUser[] |
MAPNotificationToMSUser.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPServiceType |
MAPServiceType.setNotificationToMSUser(MAPNotificationToMSUser value)
Sets the value of the field notificationToMSUser.
|
MAPLCS_PrivacyClass |
MAPLCS_PrivacyClass.setNotificationToMSUser(MAPNotificationToMSUser value)
Sets the value of the field notificationToMSUser.
|
MAPExternalClient |
MAPExternalClient.setNotificationToMSUser(MAPNotificationToMSUser value)
Sets the value of the field notificationToMSUser.
|