Class ShippingMethod.Builder
java.lang.Object
com.commercetools.graphql.api.types.ShippingMethod.Builder
- Enclosing class:
- ShippingMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()createdAt(OffsetDateTime createdAt) custom(CustomFieldsType custom) lastModifiedAt(OffsetDateTime lastModifiedAt) lastModifiedBy(Initiator lastModifiedBy) localizedDescription(String localizedDescription) localizedDescriptionAllLocales(List<LocalizedString> localizedDescriptionAllLocales) localizedName(String localizedName) localizedNameAllLocales(List<LocalizedString> localizedNameAllLocales) taxCategory(TaxCategory taxCategory) taxCategoryRef(Reference taxCategoryRef)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
name
-
zoneRates
-
isDefault
-
predicate
-
key
-
taxCategoryRef
-
localizedDescriptionAllLocales
public ShippingMethod.Builder localizedDescriptionAllLocales(List<LocalizedString> localizedDescriptionAllLocales) -
localizedNameAllLocales
public ShippingMethod.Builder localizedNameAllLocales(List<LocalizedString> localizedNameAllLocales) -
localizedDescription
-
localizedName
-
taxCategory
-
custom
-
id
-
version
-
createdAt
-
lastModifiedAt
-
createdBy
-
lastModifiedBy
-