@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Update
Update is used to save an update to an existing resource (using its ID and optionally a version ID). It also may allow a client to save a new resource using an ID of its choosing.
public abstract Class<? extends IResource> type
Copyright © 2014–2019 University Health Network. All rights reserved.