public final class AppElementsGetSubElementContentResponseData extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
baseContent |
The base content of the subelement, if it exists.
|
AppElementsGetSubElementContentResponseDataDeltas[] |
deltas |
Delta content for the subelement.
|
String |
subelementId |
Id of the subelement for which the data applies
|
| Constructor | Description |
|---|---|
AppElementsGetSubElementContentResponseData() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getBaseContent() |
Get The base content of the subelement, if it exists.
|
AppElementsGetSubElementContentResponseDataDeltas[] |
getDeltas() |
Get Delta content for the subelement.
|
String |
getSubelementId() |
Get Id of the subelement for which the data applies
|
String |
toString() |
getOtherPropertiespublic String subelementId
public String baseContent
public AppElementsGetSubElementContentResponseDataDeltas[] deltas
public AppElementsGetSubElementContentResponseData()
public final String getSubelementId()
public final String getBaseContent()
public final AppElementsGetSubElementContentResponseDataDeltas[] getDeltas()
Copyright © 2021. All rights reserved.