Class ShippingMethod
java.lang.Object
com.commercetools.graphql.api.types.ShippingMethod
- All Implemented Interfaces:
ReferenceExpandable,Versioned
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionShippingMethod(String name, List<ZoneRate> zoneRates, Boolean isDefault, String predicate, String key, Reference taxCategoryRef, List<LocalizedString> localizedDescriptionAllLocales, List<LocalizedString> localizedNameAllLocales, String localizedDescription, String localizedName, TaxCategory taxCategory, CustomFieldsType custom, String id, Long version, OffsetDateTime createdAt, OffsetDateTime lastModifiedAt, Initiator createdBy, Initiator lastModifiedBy) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getKey()getName()inthashCode()static ShippingMethod.BuildervoidsetCreatedAt(OffsetDateTime createdAt) voidsetCreatedBy(Initiator createdBy) voidsetCustom(CustomFieldsType custom) voidvoidsetIsDefault(Boolean isDefault) voidvoidsetLastModifiedAt(OffsetDateTime lastModifiedAt) voidsetLastModifiedBy(Initiator lastModifiedBy) voidsetLocalizedDescription(String localizedDescription) voidsetLocalizedDescriptionAllLocales(List<LocalizedString> localizedDescriptionAllLocales) voidsetLocalizedName(String localizedName) voidsetLocalizedNameAllLocales(List<LocalizedString> localizedNameAllLocales) voidvoidsetPredicate(String predicate) voidsetTaxCategory(TaxCategory taxCategory) voidsetTaxCategoryRef(Reference taxCategoryRef) voidsetVersion(Long version) voidsetZoneRates(List<ZoneRate> zoneRates) toString()
-
Constructor Details
-
ShippingMethod
public ShippingMethod() -
ShippingMethod
public ShippingMethod(String name, List<ZoneRate> zoneRates, Boolean isDefault, String predicate, String key, Reference taxCategoryRef, List<LocalizedString> localizedDescriptionAllLocales, List<LocalizedString> localizedNameAllLocales, String localizedDescription, String localizedName, TaxCategory taxCategory, CustomFieldsType custom, String id, Long version, OffsetDateTime createdAt, OffsetDateTime lastModifiedAt, Initiator createdBy, Initiator lastModifiedBy)
-
-
Method Details
-
getName
-
setName
-
getZoneRates
-
setZoneRates
-
getIsDefault
-
setIsDefault
-
getPredicate
-
setPredicate
-
getKey
-
setKey
-
getTaxCategoryRef
-
setTaxCategoryRef
-
getLocalizedDescriptionAllLocales
-
setLocalizedDescriptionAllLocales
-
getLocalizedNameAllLocales
-
setLocalizedNameAllLocales
-
getLocalizedDescription
-
setLocalizedDescription
-
getLocalizedName
-
setLocalizedName
-
getTaxCategory
-
setTaxCategory
-
getCustom
-
setCustom
-
getId
- Specified by:
getIdin interfaceReferenceExpandable- Specified by:
getIdin interfaceVersioned
-
setId
- Specified by:
setIdin interfaceReferenceExpandable- Specified by:
setIdin interfaceVersioned
-
getVersion
- Specified by:
getVersionin interfaceVersioned
-
setVersion
- Specified by:
setVersionin interfaceVersioned
-
getCreatedAt
- Specified by:
getCreatedAtin interfaceVersioned
-
setCreatedAt
- Specified by:
setCreatedAtin interfaceVersioned
-
getLastModifiedAt
- Specified by:
getLastModifiedAtin interfaceVersioned
-
setLastModifiedAt
- Specified by:
setLastModifiedAtin interfaceVersioned
-
getCreatedBy
- Specified by:
getCreatedByin interfaceVersioned
-
setCreatedBy
- Specified by:
setCreatedByin interfaceVersioned
-
getLastModifiedBy
- Specified by:
getLastModifiedByin interfaceVersioned
-
setLastModifiedBy
- Specified by:
setLastModifiedByin interfaceVersioned
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-