com.commercetools.graphql.api.client.KeyReferenceProjection 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
The newest version!
package com.commercetools.graphql.api.client;
import com.netflix.graphql.dgs.client.codegen.BaseSubProjectionNode;
public class KeyReferenceProjection, ROOT extends BaseSubProjectionNode, ?>> extends BaseSubProjectionNode {
public KeyReferenceProjection(PARENT parent, ROOT root) {
super(parent, root, java.util.Optional.of("KeyReference"));
}
public KeyReferenceProjection __typename() {
getFields().put("__typename", null);
return this;
}
public KeyReferenceProjection typeId() {
getFields().put("typeId", null);
return this;
}
public KeyReferenceProjection key() {
getFields().put("key", null);
return this;
}
}