All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.restup.resource.operations.UpdatableResource Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.github.restup.resource.operations;

import com.github.restup.annotations.operations.UpdateResource;
import com.github.restup.service.model.request.UpdateRequest;
import com.github.restup.service.model.response.PersistenceResult;
import java.io.Serializable;

public interface UpdatableResource {

    @UpdateResource
    PersistenceResult update(UpdateRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy