Class ReconciliationEventsGraphQLQuery
java.lang.Object
com.netflix.graphql.dgs.client.codegen.GraphQLQuery
com.sath.idhub.generated.client.ReconciliationEventsGraphQLQuery
public class ReconciliationEventsGraphQLQuery
extends com.netflix.graphql.dgs.client.codegen.GraphQLQuery
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionReconciliationEventsGraphQLQuery(org.bson.Document filter, Integer page, Integer size, String queryName, Set<String> fieldsSet) ReconciliationEventsGraphQLQuery(org.bson.Document filter, Integer page, Integer size, String queryName, Set<String> fieldsSet, Map<String, String> variableReferences, List<graphql.language.VariableDefinition> variableDefinitions) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.netflix.graphql.dgs.client.codegen.GraphQLQuery
getInput, getName, getOperation, getOperationType, getQueryAlias, getVariableDefinitions, getVariableReferences, setQueryAlias
-
Constructor Details
-
ReconciliationEventsGraphQLQuery
-
ReconciliationEventsGraphQLQuery
-
ReconciliationEventsGraphQLQuery
public ReconciliationEventsGraphQLQuery()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationNamein classcom.netflix.graphql.dgs.client.codegen.GraphQLQuery
-
newRequest
-