-
- All Implemented Interfaces:
-
com.apollographql.apollo.api.Operation.Data
public final class GetBooksQuery.Data implements Operation.DataData from the response after executing this GraphQL operation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGetBooksQuery.Data.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<GetBooksQuery.Book>books
-
Constructor Summary
Constructors Constructor Description GetBooksQuery.Data(List<GetBooksQuery.Book> books)
-
Method Summary
Modifier and Type Method Description final List<GetBooksQuery.Book>getBooks()ResponseFieldMarshallermarshaller()-
-
Constructor Detail
-
GetBooksQuery.Data
GetBooksQuery.Data(List<GetBooksQuery.Book> books)
-
-
Method Detail
-
getBooks
final List<GetBooksQuery.Book> getBooks()
-
marshaller
ResponseFieldMarshaller marshaller()
-
-
-
-