public final class AppElementsCompareAppElementJsonResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
AppElementsCompareAppElementJsonResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
Map |
getChange() |
Get Differences between source and target versions, encoded according to value of jsonDifferenceFormat: as a BTJEdit (see updateElement for a description) by default, as a BJEdit with full paths (jsonDifferenceFormat=full_path), as JSON patch (see RFC 6902; jsonDifferenceFormat=json_patch)
|
String |
getSourceChangeId() |
Get Source element microversion id
|
String |
getTargetChangeId() |
Get Target element microversion id
|
String |
toString() |
getOtherPropertiespublic AppElementsCompareAppElementJsonResponse()
public final String getSourceChangeId()
public final String getTargetChangeId()
public final Map getChange()
Copyright © 2021. All rights reserved.