com.commercetools.graphql.api.client.ApiClientProjectionRoot Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commercetools-graphql-api Show documentation
Show all versions of commercetools-graphql-api Show documentation
The e-commerce SDK from commercetools Composable Commerce for Java
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;
}
}