Package org.projectnessie.model
Interface MergeResponse.ContentKeyDetails
- Enclosing interface:
MergeResponse
@Immutable
public static interface MergeResponse.ContentKeyDetails
-
Method Summary
Modifier and TypeMethodDescriptionConflictdetails, if available.default MergeResponse.ContentKeyConflictDeprecated.getKey()Deprecated.Deprecated.
-
Method Details
-
getKey
ContentKey getKey() -
getMergeBehavior
MergeBehavior getMergeBehavior() -
getConflictType
Deprecated. -
getSourceCommits
Deprecated. -
getTargetCommits
Deprecated. -
getConflict
Conflictdetails, if available.
-