Class ProductProjectionSearchGraphQLQuery
java.lang.Object
com.netflix.graphql.dgs.client.codegen.GraphQLQuery
com.commercetools.graphql.api.client.ProductProjectionSearchGraphQLQuery
public class ProductProjectionSearchGraphQLQuery
extends com.netflix.graphql.dgs.client.codegen.GraphQLQuery
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProductProjectionSearchGraphQLQuery(Boolean projectExpandedProducts, String locale, String text, List<SearchFacetInput> facets, List<SearchFilterInput> filters, List<SearchFilterInput> queryFilters, List<SearchFilterInput> facetFilters, List<String> sorts, Integer limit, Integer offset, Boolean fuzzy, Integer fuzzyLevel, PriceSelectorInput priceSelector, Boolean markMatchingVariants, Boolean markMatchingVariant, String storeProjection, List<String> localeProjection, Boolean staged, String queryName, Set<String> fieldsSet) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.netflix.graphql.dgs.client.codegen.GraphQLQuery
getInput, getName, getOperation, getOperationType, getQueryAlias, getVariableDefinitions, setQueryAlias
-
Constructor Details
-
ProductProjectionSearchGraphQLQuery
public ProductProjectionSearchGraphQLQuery(Boolean projectExpandedProducts, String locale, String text, List<SearchFacetInput> facets, List<SearchFilterInput> filters, List<SearchFilterInput> queryFilters, List<SearchFilterInput> facetFilters, List<String> sorts, Integer limit, Integer offset, Boolean fuzzy, Integer fuzzyLevel, PriceSelectorInput priceSelector, Boolean markMatchingVariants, Boolean markMatchingVariant, String storeProjection, List<String> localeProjection, Boolean staged, String queryName, Set<String> fieldsSet) -
ProductProjectionSearchGraphQLQuery
public ProductProjectionSearchGraphQLQuery()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationNamein classcom.netflix.graphql.dgs.client.codegen.GraphQLQuery
-
newRequest
-