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

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

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

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

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

  public CreateApiClientProjectionRoot scope() {
    getFields().put("scope", null);
    return this;
  }

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

  public CreateApiClientProjectionRoot lastUsedAt() {
    getFields().put("lastUsedAt", null);
    return this;
  }

  public CreateApiClientProjectionRoot deleteAt() {
    getFields().put("deleteAt", null);
    return this;
  }

  public CreateApiClientProjectionRoot secret() {
    getFields().put("secret", null);
    return this;
  }

  public CreateApiClientProjectionRoot accessTokenValiditySeconds() {
    getFields().put("accessTokenValiditySeconds", null);
    return this;
  }

  public CreateApiClientProjectionRoot refreshTokenValiditySeconds() {
    getFields().put("refreshTokenValiditySeconds", null);
    return this;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy