All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.commercetools.graphql.api.client.DeleteInventoryEntryProjectionRoot Maven / Gradle / Ivy

There is a newer version: 17.15.1
Show newest version
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;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy