Package org.stellar.sdk.responses.gson
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
-
Method Details
-
setType
-