public final class ListProjectMembershipsQuery extends java.lang.Object implements com.apollographql.apollo.api.Query<ListProjectMembershipsQuery.Data,java.util.Optional<ListProjectMembershipsQuery.Data>,ListProjectMembershipsQuery.Variables>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListProjectMembershipsQuery.Builder |
static class |
ListProjectMembershipsQuery.Collaborators |
static class |
ListProjectMembershipsQuery.Data |
static class |
ListProjectMembershipsQuery.Node |
static class |
ListProjectMembershipsQuery.RepositoryEntries |
static class |
ListProjectMembershipsQuery.Variables |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OPERATION_ID |
static com.apollographql.apollo.api.OperationName |
OPERATION_NAME |
static java.lang.String |
QUERY_DOCUMENT |
| Constructor and Description |
|---|
ListProjectMembershipsQuery(java.lang.String ownerName,
java.lang.String repositoryName) |
| Modifier and Type | Method and Description |
|---|---|
static ListProjectMembershipsQuery.Builder |
builder() |
com.apollographql.apollo.api.OperationName |
name() |
java.lang.String |
operationId() |
java.lang.String |
queryDocument() |
com.apollographql.apollo.api.ResponseFieldMapper<ListProjectMembershipsQuery.Data> |
responseFieldMapper() |
ListProjectMembershipsQuery.Variables |
variables() |
java.util.Optional<ListProjectMembershipsQuery.Data> |
wrapData(ListProjectMembershipsQuery.Data data) |
public static final java.lang.String OPERATION_ID
public static final java.lang.String QUERY_DOCUMENT
public static final com.apollographql.apollo.api.OperationName OPERATION_NAME
public ListProjectMembershipsQuery(@NotNull
java.lang.String ownerName,
@NotNull
java.lang.String repositoryName)
public java.lang.String operationId()
operationId in interface com.apollographql.apollo.api.Operation<ListProjectMembershipsQuery.Data,java.util.Optional<ListProjectMembershipsQuery.Data>,ListProjectMembershipsQuery.Variables>public java.lang.String queryDocument()
queryDocument in interface com.apollographql.apollo.api.Operation<ListProjectMembershipsQuery.Data,java.util.Optional<ListProjectMembershipsQuery.Data>,ListProjectMembershipsQuery.Variables>public java.util.Optional<ListProjectMembershipsQuery.Data> wrapData(ListProjectMembershipsQuery.Data data)
wrapData in interface com.apollographql.apollo.api.Operation<ListProjectMembershipsQuery.Data,java.util.Optional<ListProjectMembershipsQuery.Data>,ListProjectMembershipsQuery.Variables>public ListProjectMembershipsQuery.Variables variables()
variables in interface com.apollographql.apollo.api.Operation<ListProjectMembershipsQuery.Data,java.util.Optional<ListProjectMembershipsQuery.Data>,ListProjectMembershipsQuery.Variables>public com.apollographql.apollo.api.ResponseFieldMapper<ListProjectMembershipsQuery.Data> responseFieldMapper()
responseFieldMapper in interface com.apollographql.apollo.api.Operation<ListProjectMembershipsQuery.Data,java.util.Optional<ListProjectMembershipsQuery.Data>,ListProjectMembershipsQuery.Variables>public static ListProjectMembershipsQuery.Builder builder()
public com.apollographql.apollo.api.OperationName name()
name in interface com.apollographql.apollo.api.Operation<ListProjectMembershipsQuery.Data,java.util.Optional<ListProjectMembershipsQuery.Data>,ListProjectMembershipsQuery.Variables>