public interface PositionDAO
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
String |
getByUUID(Token token,
UUID uuid) |
ObjectResponse<Position> |
post(Token token,
Position position) |
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.