com.commercetools.graphql.api.client.CustomerGroupLimitsProjectionProjection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commercetools-graphql-api Show documentation
Show all versions of commercetools-graphql-api Show documentation
The e-commerce SDK from commercetools Composable Commerce for Java
package com.commercetools.graphql.api.client;
import com.netflix.graphql.dgs.client.codegen.BaseSubProjectionNode;
public class CustomerGroupLimitsProjectionProjection, ROOT extends BaseSubProjectionNode, ?>> extends BaseSubProjectionNode {
public CustomerGroupLimitsProjectionProjection(PARENT parent, ROOT root) {
super(parent, root, java.util.Optional.of("CustomerGroupLimitsProjection"));
}
public CustomerGroupLimitsProjectionProjection __typename() {
getFields().put("__typename", null);
return this;
}
public CustomerGroupLimitWithCurrentProjection, ROOT> total(
) {
CustomerGroupLimitWithCurrentProjection, ROOT> projection = new CustomerGroupLimitWithCurrentProjection<>(this, getRoot());
getFields().put("total", projection);
return projection;
}
}