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

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

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

  public CustomFieldsTypeProjection, UpdateCustomerGroupProjectionRoot> custom(
      ) {
    CustomFieldsTypeProjection, UpdateCustomerGroupProjectionRoot> projection = new CustomFieldsTypeProjection<>(this, this);    
    getFields().put("custom", projection);
    return projection;
  }

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

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

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

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

  public UpdateCustomerGroupProjectionRoot name() {
    getFields().put("name", null);
    return this;
  }

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy