@Path(value="/tracks")
public interface Tracks
| Modifier and Type | Interface and Description |
|---|---|
static class |
Tracks.GetTracksResponse |
| Modifier and Type | Method and Description |
|---|---|
Tracks.GetTracksResponse |
getTracks() |
void |
putTracks(Track entity) |
@GET @Produces(value="application/json") Tracks.GetTracksResponse getTracks()
@PUT @Consumes(value="application/json") void putTracks(Track entity)
Copyright © 2017 Mulesoft. All rights reserved.