Interface ResourceUpdate<E,S>

All Known Implementing Classes:
InternalStorageResource, InternalStorageTranslationResource

public interface ResourceUpdate<E,S>
ResourceUpdate interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    update(String id, S data)
    update.
  • Method Details

    • update

      @PUT @Path("/{id}") @Consumes("application/json") E update(@PathParam("id") String id, @Valid S data)
      update.
      Parameters:
      id - a String object
      data - a S object
      Returns:
      a E object