Interface MAMUserNotification
-
- All Implemented Interfaces:
-
com.microsoft.intune.mam.policy.notification.MAMNotification
public interface MAMUserNotification implements MAMNotification
MAMNotification which has relevance to a specific user.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetUserIdentity()abstract StringgetUserOid()-
-
Method Detail
-
getUserIdentity
abstract String getUserIdentity()
- Returns:
UPN of the user the notification concerns.
-
getUserOid
abstract String getUserOid()
- Returns:
OID of the user the notification concerns.
-
-
-
-