public static class ListProjectMembershipsQuery.Data
extends java.lang.Object
implements com.apollographql.apollo.api.Operation.Data
| Modifier and Type | Class and Description |
|---|---|
static class |
ListProjectMembershipsQuery.Data.Mapper |
| Constructor and Description |
|---|
Data(ListProjectMembershipsQuery.RepositoryEntries repositoryEntries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
com.apollographql.apollo.api.ResponseFieldMarshaller |
marshaller() |
java.util.Optional<ListProjectMembershipsQuery.RepositoryEntries> |
repositoryEntries()
Lookup a given repository by the owner and repository name.
|
java.lang.String |
toString() |
public Data(@Nullable
ListProjectMembershipsQuery.RepositoryEntries repositoryEntries)
public java.util.Optional<ListProjectMembershipsQuery.RepositoryEntries> repositoryEntries()
public com.apollographql.apollo.api.ResponseFieldMarshaller marshaller()
marshaller in interface com.apollographql.apollo.api.Operation.Datapublic 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