public static class ListProjectMembershipsQuery.RepositoryEntries
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListProjectMembershipsQuery.RepositoryEntries.Mapper |
| Constructor and Description |
|---|
RepositoryEntries(java.lang.String __typename,
ListProjectMembershipsQuery.Collaborators collaborators) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
__typename() |
java.util.Optional<ListProjectMembershipsQuery.Collaborators> |
collaborators()
A list of collaborators associated with the repository.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
com.apollographql.apollo.api.ResponseFieldMarshaller |
marshaller() |
java.lang.String |
toString() |
public RepositoryEntries(@NotNull
java.lang.String __typename,
@Nullable
ListProjectMembershipsQuery.Collaborators collaborators)
@NotNull public java.lang.String __typename()
public java.util.Optional<ListProjectMembershipsQuery.Collaborators> collaborators()
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