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

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

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

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

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

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

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

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy