com.commercetools.graphql.api.client.CreateApiClientProjectionRoot 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 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;
}
}