public interface MessagesApi
| Modifier and Type | Field and Description |
|---|---|
static String |
PATH_MESSAGES_COPY |
static String |
PATH_MESSAGES_FIND_ALL |
static String |
PATH_MESSAGES_FIND_ONE |
static String |
PATH_MESSAGES_INSERT |
static String |
PATH_MESSAGES_REMOVE |
static String |
PATH_MESSAGES_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
MessageImpl |
copy(String projectId,
String sourceKey,
String targetKey) |
Collection<? extends Message> |
findAll(String projectId) |
Message |
findOne(String projectId,
String key) |
MessageImpl |
insert(String projectId,
String key) |
void |
remove(String projectId,
String key) |
MessageImpl |
update(String projectId,
String key,
Locale locale,
String translation) |
static final String PATH_MESSAGES_FIND_ALL
static final String PATH_MESSAGES_FIND_ONE
static final String PATH_MESSAGES_INSERT
static final String PATH_MESSAGES_UPDATE
static final String PATH_MESSAGES_COPY
static final String PATH_MESSAGES_REMOVE
Collection<? extends Message> findAll(String projectId)
MessageImpl insert(String projectId, String key)
MessageImpl update(String projectId, String key, Locale locale, String translation)
MessageImpl copy(String projectId, String sourceKey, String targetKey)
Copyright © 2017. All rights reserved.