Class SetMyBusinessUnitAddressCustomType
java.lang.Object
com.commercetools.graphql.api.types.SetMyBusinessUnitAddressCustomType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetMyBusinessUnitAddressCustomType(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
-
SetMyBusinessUnitAddressCustomType
public SetMyBusinessUnitAddressCustomType() -
SetMyBusinessUnitAddressCustomType
public SetMyBusinessUnitAddressCustomType(String addressId, String addressKey, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId)
-
-
Method Details