com.commercetools.graphql.api.client.PlainEnumValueProjection 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 PlainEnumValueProjection, ROOT extends BaseSubProjectionNode, ?>> extends BaseSubProjectionNode {
public PlainEnumValueProjection(PARENT parent, ROOT root) {
super(parent, root, java.util.Optional.of("PlainEnumValue"));
}
public PlainEnumValueProjection __typename() {
getFields().put("__typename", null);
return this;
}
public PlainEnumValueProjection key() {
getFields().put("key", null);
return this;
}
public PlainEnumValueProjection label() {
getFields().put("label", null);
return this;
}
}