SnapshotsClient.SnapshotConflict

public static final classSnapshotsClient.SnapshotConflictextendsObject

Public Method Summary

String
getConflictId()
Returns the ID of the conflict to resolve, if any.
Snapshot
getConflictingSnapshot()
Returns the modified version of theSnapshot in the case of a conflict.
SnapshotContents
getResolutionSnapshotContents()
Returns the SnapshotContentsobject used to update the data in case of a conflict.
Snapshot
getSnapshot()
Returns the server's version of theSnapshot that was opened.

Inherited Method Summary

Public Methods

publicStringgetConflictId()

Returns the ID of the conflict to resolve, if any. Pass this to SnapshotsClient.resolveConflict(String, Snapshot)when resolving the conflict.

publicSnapshot getConflictingSnapshot()

Returns the modified version of theSnapshot in the case of a conflict.

publicSnapshotContents getResolutionSnapshotContents()

Returns theSnapshotContents object used to update the data in case of a conflict. Pass this to SnapshotsClient.resolveConflict(String, String, SnapshotMetadataChange, SnapshotContents)to resolve this conflict.

publicSnapshot getSnapshot()

Returns the server's version of theSnapshot that was opened.