Package org.stellar.sdk.responses
Interface TypedResponse<T>
-
- Type Parameters:
T
- the type of the objects in this response container.
- All Known Implementing Classes:
Page
public interface TypedResponse<T>
Indicates a generic container that requires type information to be provided after initialisation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setType(com.google.gson.reflect.TypeToken<T> type)
-
-
-
Method Detail
-
setType
void setType(com.google.gson.reflect.TypeToken<T> type)
-
-