public interface ColorPaletteDAO
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
String |
getByUUID(Token token,
UUID uuid) |
String |
postColor(Token token,
Color color) |
String |
postColorPalette(Token token,
ColorPalette colorpalette) |
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.