com.commercetools.graphql.api.client.UpdateMyCustomerProjectionRoot 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 UpdateMyCustomerProjectionRoot, ROOT extends BaseSubProjectionNode, ?>> extends BaseSubProjectionNode {
public UpdateMyCustomerProjectionRoot() {
super(null, null, java.util.Optional.of("Customer"));
}
public UpdateMyCustomerProjectionRoot __typename() {
getFields().put("__typename", null);
return this;
}
public AddressProjection, UpdateMyCustomerProjectionRoot> addresses(
) {
AddressProjection, UpdateMyCustomerProjectionRoot> projection = new AddressProjection<>(this, this);
getFields().put("addresses", projection);
return projection;
}
public ReferenceProjection, UpdateMyCustomerProjectionRoot> customerGroupRef(
) {
ReferenceProjection, UpdateMyCustomerProjectionRoot> projection = new ReferenceProjection<>(this, this);
getFields().put("customerGroupRef", projection);
return projection;
}
public AuthenticationModeProjection, UpdateMyCustomerProjectionRoot> authenticationMode(
) {
AuthenticationModeProjection, UpdateMyCustomerProjectionRoot> projection = new AuthenticationModeProjection<>(this, this);
getFields().put("authenticationMode", projection);
return projection;
}
public CustomerGroupProjection, UpdateMyCustomerProjectionRoot> customerGroup(
) {
CustomerGroupProjection, UpdateMyCustomerProjectionRoot> projection = new CustomerGroupProjection<>(this, this);
getFields().put("customerGroup", projection);
return projection;
}
public AddressProjection, UpdateMyCustomerProjectionRoot> defaultShippingAddress(
) {
AddressProjection, UpdateMyCustomerProjectionRoot> projection = new AddressProjection<>(this, this);
getFields().put("defaultShippingAddress", projection);
return projection;
}
public AddressProjection, UpdateMyCustomerProjectionRoot> defaultBillingAddress(
) {
AddressProjection, UpdateMyCustomerProjectionRoot> projection = new AddressProjection<>(this, this);
getFields().put("defaultBillingAddress", projection);
return projection;
}
public AddressProjection, UpdateMyCustomerProjectionRoot> shippingAddresses(
) {
AddressProjection, UpdateMyCustomerProjectionRoot> projection = new AddressProjection<>(this, this);
getFields().put("shippingAddresses", projection);
return projection;
}
public AddressProjection, UpdateMyCustomerProjectionRoot> billingAddresses(
) {
AddressProjection, UpdateMyCustomerProjectionRoot> projection = new AddressProjection<>(this, this);
getFields().put("billingAddresses", projection);
return projection;
}
public KeyReferenceProjection, UpdateMyCustomerProjectionRoot> storesRef(
) {
KeyReferenceProjection, UpdateMyCustomerProjectionRoot> projection = new KeyReferenceProjection<>(this, this);
getFields().put("storesRef", projection);
return projection;
}
public StoreProjection, UpdateMyCustomerProjectionRoot> stores(
) {
StoreProjection, UpdateMyCustomerProjectionRoot> projection = new StoreProjection<>(this, this);
getFields().put("stores", projection);
return projection;
}
public CustomFieldsTypeProjection, UpdateMyCustomerProjectionRoot> custom(
) {
CustomFieldsTypeProjection, UpdateMyCustomerProjectionRoot> projection = new CustomFieldsTypeProjection<>(this, this);
getFields().put("custom", projection);
return projection;
}
public InitiatorProjection, UpdateMyCustomerProjectionRoot> createdBy(
) {
InitiatorProjection, UpdateMyCustomerProjectionRoot> projection = new InitiatorProjection<>(this, this);
getFields().put("createdBy", projection);
return projection;
}
public InitiatorProjection, UpdateMyCustomerProjectionRoot> lastModifiedBy(
) {
InitiatorProjection, UpdateMyCustomerProjectionRoot> projection = new InitiatorProjection<>(this, this);
getFields().put("lastModifiedBy", projection);
return projection;
}
public UpdateMyCustomerProjectionRoot customerNumber() {
getFields().put("customerNumber", null);
return this;
}
public UpdateMyCustomerProjectionRoot email() {
getFields().put("email", null);
return this;
}
public UpdateMyCustomerProjectionRoot defaultShippingAddressId() {
getFields().put("defaultShippingAddressId", null);
return this;
}
public UpdateMyCustomerProjectionRoot defaultBillingAddressId() {
getFields().put("defaultBillingAddressId", null);
return this;
}
public UpdateMyCustomerProjectionRoot shippingAddressIds() {
getFields().put("shippingAddressIds", null);
return this;
}
public UpdateMyCustomerProjectionRoot billingAddressIds() {
getFields().put("billingAddressIds", null);
return this;
}
public UpdateMyCustomerProjectionRoot isEmailVerified() {
getFields().put("isEmailVerified", null);
return this;
}
public UpdateMyCustomerProjectionRoot externalId() {
getFields().put("externalId", null);
return this;
}
public UpdateMyCustomerProjectionRoot key() {
getFields().put("key", null);
return this;
}
public UpdateMyCustomerProjectionRoot firstName() {
getFields().put("firstName", null);
return this;
}
public UpdateMyCustomerProjectionRoot lastName() {
getFields().put("lastName", null);
return this;
}
public UpdateMyCustomerProjectionRoot middleName() {
getFields().put("middleName", null);
return this;
}
public UpdateMyCustomerProjectionRoot title() {
getFields().put("title", null);
return this;
}
public UpdateMyCustomerProjectionRoot locale() {
getFields().put("locale", null);
return this;
}
public UpdateMyCustomerProjectionRoot salutation() {
getFields().put("salutation", null);
return this;
}
public UpdateMyCustomerProjectionRoot dateOfBirth() {
getFields().put("dateOfBirth", null);
return this;
}
public UpdateMyCustomerProjectionRoot companyName() {
getFields().put("companyName", null);
return this;
}
public UpdateMyCustomerProjectionRoot vatId() {
getFields().put("vatId", null);
return this;
}
public UpdateMyCustomerProjectionRoot password() {
getFields().put("password", null);
return this;
}
public UpdateMyCustomerProjectionRoot id() {
getFields().put("id", null);
return this;
}
public UpdateMyCustomerProjectionRoot version() {
getFields().put("version", null);
return this;
}
public UpdateMyCustomerProjectionRoot createdAt() {
getFields().put("createdAt", null);
return this;
}
public UpdateMyCustomerProjectionRoot lastModifiedAt() {
getFields().put("lastModifiedAt", null);
return this;
}
}