Overview

Summary

ContactDonateImprint


Appendix E-37: CREATOR TOOL (UI prompt)


CreatorToolPlaylistModuleSpotify

Properties (3)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGCreatorTool
(2) IsOwnedBySpotifyBOOLCreatorTool
(3) NameSTRINGCreatorTool


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /creatortool/{id}deleteCreatorToolById(id)PlaylistModuleDELETECreatorTool
(2) /creatortool/{id}findCreatorToolById(id)PlaylistModuleGETCreatorTool
(3) /creatortoolinsertCreatorTool(creatortool)PlaylistModulePOSTCreatorTool
(4) /creatortoolfindAllCreatorTool()PlaylistModuleGETCreatorTool
(5) /creatortool/{id}updateCreatorToolById(creatortool)PlaylistModulePUTCreatorTool
(6) /creatortoolusage/creatortool/{id}findAllCreatorToolUsageOfCreatorTool(id)TrackModuleGETCreatorTool CreatorToolUsage





Example:

final CreatorTool creatortool = (CreatorTool) invokeModule(PLAYLIST_MODULE + "/creatortool/" + id, CreatorTool.class);
if (creatortool != null) {
}
return creatortool;


Overview

Summary

ContactDonateImprint