public static class ListProjectsQuery.Search
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListProjectsQuery.Search.Mapper |
| Constructor and Description |
|---|
Search(java.lang.String __typename,
java.util.List<ListProjectsQuery.Node> nodes,
int repositoryCount,
ListProjectsQuery.PageInfo pageInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
__typename() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
com.apollographql.apollo.api.ResponseFieldMarshaller |
marshaller() |
java.util.Optional<java.util.List<ListProjectsQuery.Node>> |
nodes()
A list of nodes.
|
ListProjectsQuery.PageInfo |
pageInfo()
Information to aid in pagination.
|
int |
repositoryCount()
The number of repositories that matched the search query.
|
java.lang.String |
toString() |
public Search(@NotNull
java.lang.String __typename,
@Nullable
java.util.List<ListProjectsQuery.Node> nodes,
int repositoryCount,
@NotNull
ListProjectsQuery.PageInfo pageInfo)
@NotNull public java.lang.String __typename()
public java.util.Optional<java.util.List<ListProjectsQuery.Node>> nodes()
public int repositoryCount()
@NotNull public ListProjectsQuery.PageInfo pageInfo()
public com.apollographql.apollo.api.ResponseFieldMarshaller marshaller()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object