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

com.commercetools.graphql.api.client.DeleteCustomObjectProjectionRoot 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 DeleteCustomObjectProjectionRoot, ROOT extends BaseSubProjectionNode> extends BaseSubProjectionNode {
  public DeleteCustomObjectProjectionRoot() {
    super(null, null, java.util.Optional.of("CustomObject"));
  }

  public DeleteCustomObjectProjectionRoot __typename() {
    getFields().put("__typename", null);
    return this;
  }

  public InitiatorProjection, DeleteCustomObjectProjectionRoot> createdBy(
      ) {
    InitiatorProjection, DeleteCustomObjectProjectionRoot> projection = new InitiatorProjection<>(this, this);    
    getFields().put("createdBy", projection);
    return projection;
  }

  public InitiatorProjection, DeleteCustomObjectProjectionRoot> lastModifiedBy(
      ) {
    InitiatorProjection, DeleteCustomObjectProjectionRoot> projection = new InitiatorProjection<>(this, this);    
    getFields().put("lastModifiedBy", projection);
    return projection;
  }

  public DeleteCustomObjectProjectionRoot container() {
    getFields().put("container", null);
    return this;
  }

  public DeleteCustomObjectProjectionRoot key() {
    getFields().put("key", null);
    return this;
  }

  public DeleteCustomObjectProjectionRoot value() {
    getFields().put("value", null);
    return this;
  }

  public DeleteCustomObjectProjectionRoot id() {
    getFields().put("id", null);
    return this;
  }

  public DeleteCustomObjectProjectionRoot version() {
    getFields().put("version", null);
    return this;
  }

  public DeleteCustomObjectProjectionRoot createdAt() {
    getFields().put("createdAt", null);
    return this;
  }

  public DeleteCustomObjectProjectionRoot lastModifiedAt() {
    getFields().put("lastModifiedAt", null);
    return this;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy