public interface Media<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getContent() |
void |
print(String name,
Collection<Response> collection) |
default void |
print(String name,
Double value) |
default void |
print(String name,
Float value) |
default void |
print(String name,
Integer value) |
void |
print(String name,
Response response) |
void |
print(String name,
String value) |
void print(String name, Collection<Response> collection)
T getContent()
Copyright © 2017. All rights reserved.