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

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

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

  public ExtensionDestinationProjection, CreateExtensionProjectionRoot> destination(
      ) {
    ExtensionDestinationProjection, CreateExtensionProjectionRoot> projection = new ExtensionDestinationProjection<>(this, this);    
    getFields().put("destination", projection);
    return projection;
  }

  public TriggerProjection, CreateExtensionProjectionRoot> triggers(
      ) {
    TriggerProjection, CreateExtensionProjectionRoot> projection = new TriggerProjection<>(this, this);    
    getFields().put("triggers", projection);
    return projection;
  }

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

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

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

  public CreateExtensionProjectionRoot timeoutInMs() {
    getFields().put("timeoutInMs", null);
    return this;
  }

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy