| Package | Description |
|---|---|
| de.hybris.platform.patches.dto | |
| de.hybris.platform.patches.resource |
| Modifier and Type | Method and Description |
|---|---|
PatchExecutionDTO |
PatchExecutionDTO.getNextExecution() |
PatchExecutionDTO |
PatchExecutionUnitDTO.getPatch() |
PatchExecutionDTO |
PatchExecutionDTO.getPreviousExecution() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PatchExecutionDTO> |
PatchExecutionsDTO.getPatchExecutions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchExecutionDTO.setNextExecution(PatchExecutionDTO value) |
void |
PatchExecutionUnitDTO.setPatch(PatchExecutionDTO value) |
void |
PatchExecutionDTO.setPreviousExecution(PatchExecutionDTO value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchExecutionsDTO.setPatchExecutions(java.util.List<PatchExecutionDTO> patchexecutionsList) |
| Constructor and Description |
|---|
PatchExecutionsDTO(java.util.List<PatchExecutionDTO> patchexecutionsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
PatchExecutionsResource.postPatchExecution(PatchExecutionDTO dto)
Generated HTTP method for covering POST requests.
|
Response |
PatchExecutionResource.putPatchExecution(PatchExecutionDTO dto)
Generated HTTP method for covering PUT requests.
|
Copyright © 2018 SAP SE. All Rights Reserved.