public static class ListProjectsQuery.AsRepository extends java.lang.Object implements ListProjectsQuery.Node
| Modifier and Type | Class and Description |
|---|---|
static class |
ListProjectsQuery.AsRepository.Mapper |
ListProjectsQuery.Node.Visitor<T>| Constructor and Description |
|---|
AsRepository(@NotNull java.lang.String __typename,
@Nullable java.lang.Integer databaseId,
@NotNull ListProjectsQuery.Owner owner,
@NotNull java.lang.String name,
@NotNull java.lang.Object url,
@NotNull java.lang.Object sshUrl,
boolean isPrivate,
@Nullable java.lang.String description,
@Nullable RepositoryPermission viewerPermission,
@NotNull java.lang.Object updatedAt,
@NotNull java.lang.Object createdAt) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
__typename() |
@NotNull java.lang.Object |
createdAt()
Identifies the date and time when the object was created.
|
java.util.Optional<java.lang.Integer> |
databaseId()
Identifies the primary key from the database.
|
java.util.Optional<java.lang.String> |
description()
The description of the repository.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isPrivate()
Identifies if the repository is private.
|
com.apollographql.apollo.api.ResponseFieldMarshaller |
marshaller() |
@NotNull java.lang.String |
name()
The name of the repository.
|
@NotNull ListProjectsQuery.Owner |
owner()
The User owner of the repository.
|
@NotNull java.lang.Object |
sshUrl()
The SSH URL to clone this repository
|
java.lang.String |
toString() |
@NotNull java.lang.Object |
updatedAt()
Identifies the date and time when the object was last updated.
|
@NotNull java.lang.Object |
url()
The HTTP URL for this repository
|
java.util.Optional<RepositoryPermission> |
viewerPermission()
The users permission level on the repository.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvisitpublic AsRepository(@NotNull
@NotNull java.lang.String __typename,
@Nullable
@Nullable java.lang.Integer databaseId,
@NotNull
@NotNull ListProjectsQuery.Owner owner,
@NotNull
@NotNull java.lang.String name,
@NotNull
@NotNull java.lang.Object url,
@NotNull
@NotNull java.lang.Object sshUrl,
boolean isPrivate,
@Nullable
@Nullable java.lang.String description,
@Nullable
@Nullable RepositoryPermission viewerPermission,
@NotNull
@NotNull java.lang.Object updatedAt,
@NotNull
@NotNull java.lang.Object createdAt)
@NotNull public @NotNull java.lang.String __typename()
__typename in interface ListProjectsQuery.Nodepublic java.util.Optional<java.lang.Integer> databaseId()
@NotNull public @NotNull ListProjectsQuery.Owner owner()
@NotNull public @NotNull java.lang.String name()
@NotNull public @NotNull java.lang.Object url()
@NotNull public @NotNull java.lang.Object sshUrl()
public boolean isPrivate()
public java.util.Optional<java.lang.String> description()
public java.util.Optional<RepositoryPermission> viewerPermission()
@NotNull public @NotNull java.lang.Object updatedAt()
@NotNull public @NotNull java.lang.Object createdAt()
public com.apollographql.apollo.api.ResponseFieldMarshaller marshaller()
marshaller in interface ListProjectsQuery.Nodepublic 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