mismatches abstract method

DeviceInformationSync mismatches(
  1. Set<DeviceInformationMismatch> mismatches
)

Specifies the configuration mismatches to be fixed.

IMPORTANT
Providing the mismatches is required.

Params:

  • mismatches: the configuration mismatches.

Returns: a DeviceInformationSync object.

Implementation

DeviceInformationSync mismatches(Set<DeviceInformationMismatch> mismatches);