Class SetBusinessUnitAddressCustomType
java.lang.Object
com.commercetools.graphql.api.types.SetBusinessUnitAddressCustomType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetBusinessUnitAddressCustomType(String addressId, String addressKey, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetAddressId(String addressId) voidsetAddressKey(String addressKey) voidsetFields(List<CustomFieldInput> fields) voidvoidvoidsetTypeKey(String typeKey) toString()
-
Constructor Details
-
SetBusinessUnitAddressCustomType
public SetBusinessUnitAddressCustomType() -
SetBusinessUnitAddressCustomType
public SetBusinessUnitAddressCustomType(String addressId, String addressKey, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId)
-
-
Method Details