com.commercetools.graphql.api.client.DeleteInventoryEntryProjectionRoot 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 DeleteInventoryEntryProjectionRoot, ROOT extends BaseSubProjectionNode, ?>> extends BaseSubProjectionNode {
public DeleteInventoryEntryProjectionRoot() {
super(null, null, java.util.Optional.of("InventoryEntry"));
}
public DeleteInventoryEntryProjectionRoot __typename() {
getFields().put("__typename", null);
return this;
}
public ChannelProjection, DeleteInventoryEntryProjectionRoot> supplyChannel(
) {
ChannelProjection, DeleteInventoryEntryProjectionRoot> projection = new ChannelProjection<>(this, this);
getFields().put("supplyChannel", projection);
return projection;
}
public ReferenceProjection, DeleteInventoryEntryProjectionRoot> supplyChannelRef(
) {
ReferenceProjection, DeleteInventoryEntryProjectionRoot> projection = new ReferenceProjection<>(this, this);
getFields().put("supplyChannelRef", projection);
return projection;
}
public CustomFieldsTypeProjection, DeleteInventoryEntryProjectionRoot> custom(
) {
CustomFieldsTypeProjection, DeleteInventoryEntryProjectionRoot> projection = new CustomFieldsTypeProjection<>(this, this);
getFields().put("custom", projection);
return projection;
}
public InitiatorProjection, DeleteInventoryEntryProjectionRoot> createdBy(
) {
InitiatorProjection, DeleteInventoryEntryProjectionRoot> projection = new InitiatorProjection<>(this, this);
getFields().put("createdBy", projection);
return projection;
}
public InitiatorProjection, DeleteInventoryEntryProjectionRoot> lastModifiedBy(
) {
InitiatorProjection, DeleteInventoryEntryProjectionRoot> projection = new InitiatorProjection<>(this, this);
getFields().put("lastModifiedBy", projection);
return projection;
}
public DeleteInventoryEntryProjectionRoot sku() {
getFields().put("sku", null);
return this;
}
public DeleteInventoryEntryProjectionRoot quantityOnStock() {
getFields().put("quantityOnStock", null);
return this;
}
public DeleteInventoryEntryProjectionRoot availableQuantity() {
getFields().put("availableQuantity", null);
return this;
}
public DeleteInventoryEntryProjectionRoot key() {
getFields().put("key", null);
return this;
}
public DeleteInventoryEntryProjectionRoot restockableInDays() {
getFields().put("restockableInDays", null);
return this;
}
public DeleteInventoryEntryProjectionRoot expectedDelivery() {
getFields().put("expectedDelivery", null);
return this;
}
public DeleteInventoryEntryProjectionRoot id() {
getFields().put("id", null);
return this;
}
public DeleteInventoryEntryProjectionRoot version() {
getFields().put("version", null);
return this;
}
public DeleteInventoryEntryProjectionRoot createdAt() {
getFields().put("createdAt", null);
return this;
}
public DeleteInventoryEntryProjectionRoot lastModifiedAt() {
getFields().put("lastModifiedAt", null);
return this;
}
}