public interface CommunicationDetailsCache extends Cache<CommunicationDetails>
| Modifier and Type | Method and Description |
|---|---|
List<CommunicationDetails> |
getById(String tenantId,
String id)
Method returns all communication details with given id.
|
List<CommunicationDetails> getById(String tenantId, String id)
tenantId - tenantid - id of the communication detailsCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.