Class UpdateObjectsOperation<U extends IObjectUpdate<?>>
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.UpdateObjectsOperation<U>
- All Implemented Interfaces:
IOperation,Serializable
- Direct Known Subclasses:
UpdateAuthorizationGroupsOperation,UpdateDataSetsOperation,UpdateDataSetTypesOperation,UpdateExperimentsOperation,UpdateExperimentTypesOperation,UpdateExternalDmsOperation,UpdateOperationExecutionsOperation,UpdatePersonalAccessTokensOperation,UpdatePersonsOperation,UpdatePluginsOperation,UpdateProjectsOperation,UpdatePropertyTypesOperation,UpdateQueriesOperation,UpdateSamplesOperation,UpdateSampleTypesOperation,UpdateSemanticAnnotationsOperation,UpdateSpacesOperation,UpdateTagsOperation,UpdateTypeGroupsOperation,UpdateVocabulariesOperation,UpdateVocabularyTermsOperation
@JsonObject("as.dto.common.update.UpdateObjectsOperation")
public abstract class UpdateObjectsOperation<U extends IObjectUpdate<?>>
extends Object
implements IOperation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateObjectsOperation(List<U> updates) UpdateObjectsOperation(U... updates) -
Method Summary
-
Constructor Details
-
UpdateObjectsOperation
-
UpdateObjectsOperation
-
-
Method Details
-
getUpdates
-
getMessage
- Specified by:
getMessagein interfaceIOperation
-
toString
-