Package com.dnsimple.response
Class ListResponse<T>
- java.lang.Object
-
- com.dnsimple.response.ListResponse<T>
-
public class ListResponse<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListResponse(java.util.List<T> data)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <U> ListResponse<U>empty()java.util.List<T>getData()
-
-
-
Constructor Detail
-
ListResponse
public ListResponse(java.util.List<T> data)
-
-
Method Detail
-
empty
public static <U> ListResponse<U> empty()
-
getData
public java.util.List<T> getData()
-
-