Interface DeviceInformationMismatch.MissingDeviceInformationInMobileDevice

All Superinterfaces:
DeviceInformationMismatch
Enclosing interface:
DeviceInformationMismatch

public static interface DeviceInformationMismatch.MissingDeviceInformationInMobileDevice extends DeviceInformationMismatch
The device information for the given DeviceInformation.IdUsernamePair is defined in the server but not in the mobile device application.

Fixing this mismatch when invoking DeviceInformationSync will remove the information associated with the IdUsernamePair from the server.

  • Method Details

    • dispatchTargetId

      String dispatchTargetId()
      The identifier of the dispatch target that is missing in the mobile device.
      Returns:
      the dispatch target identifier
    • server

      Server server()
      The server where the mismatch occurs.
      Returns:
      the server where the mismatch occurs