Interface RelationshipResourceBinaryAction
-
public interface RelationshipResourceBinaryAction
Permissible actions for binary resources of an @RelationshipResource Supports full CRUD (Read, Update, Delete)- Author:
- Gethin James
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RelationshipResourceBinaryAction.Delete
HTTP DELETE - Deletes a binary resourcestatic interface
RelationshipResourceBinaryAction.DeleteWithResponse
HTTP DELETE - Deletes a binary resourcestatic interface
RelationshipResourceBinaryAction.Read
HTTP GET - Retrieve a binary resourcestatic interface
RelationshipResourceBinaryAction.ReadWithResponse
HTTP GET - Retrieve a binary resourcestatic interface
RelationshipResourceBinaryAction.Update<E>
HTTP PUT - Updates a binary resource if it exists, error if notstatic interface
RelationshipResourceBinaryAction.UpdateWithResponse<E>
HTTP PUT - Updates a binary resource if it exists, error if not
-