T - the type of the resource to be updatedC - the type of the update commandpublic interface UpdateCommandDsl<T extends ResourceView<T,T>,C extends UpdateCommandDsl<T,C>> extends UpdateCommand<T>
ConcurrentModificationExceptions| Modifier and Type | Method and Description |
|---|---|
C |
plusUpdateActions(List<? extends UpdateAction<T>> updateActions)
Creates a copy of this update command with additional update actions.
|
C |
withAdditionalHttpQueryParameters(NameValuePair pair) |
C |
withUpdateActions(List<? extends UpdateAction<T>> updateActions) |
C |
withVersion(Long version) |
C |
withVersion(Versioned<T> versioned)
Creates a copy of this update command with a different value for version.
|
getUpdateActionscanDeserialize, deserialize, httpRequestIntentC withVersion(Versioned<T> versioned)
versioned - the new versioned parameter which is expected to contain the most recent version of the resource, do not change the IDC plusUpdateActions(List<? extends UpdateAction<T>> updateActions)
updateActions - the new update actions to append to the update command.C withUpdateActions(List<? extends UpdateAction<T>> updateActions)
C withAdditionalHttpQueryParameters(NameValuePair pair)