-
public final class GetBooksQuery.Book
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGetBooksQuery.Book.Companion
-
Field Summary
Fields Modifier and Type Field Description private final String__typenameprivate final Longidprivate final Stringtitleprivate final GetBooksQuery.Authorauthor
-
Constructor Summary
Constructors Constructor Description GetBooksQuery.Book(String __typename, Long id, String title, GetBooksQuery.Author author)
-
Method Summary
Modifier and Type Method Description final Stringget__typename()final LonggetId()final StringgetTitle()final GetBooksQuery.AuthorgetAuthor()final ResponseFieldMarshallermarshaller()-
-
Constructor Detail
-
GetBooksQuery.Book
GetBooksQuery.Book(String __typename, Long id, String title, GetBooksQuery.Author author)
-
-
Method Detail
-
get__typename
final String get__typename()
-
getAuthor
final GetBooksQuery.Author getAuthor()
-
marshaller
final ResponseFieldMarshaller marshaller()
-
-
-
-