Class SetShoppingListLineItemCustomType
java.lang.Object
com.commercetools.graphql.api.types.SetShoppingListLineItemCustomType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetShoppingListLineItemCustomType(String lineItemId, String lineItemKey, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetFields(List<CustomFieldInput> fields) voidsetLineItemId(String lineItemId) voidsetLineItemKey(String lineItemKey) voidvoidvoidsetTypeKey(String typeKey) toString()
-
Constructor Details
-
SetShoppingListLineItemCustomType
public SetShoppingListLineItemCustomType() -
SetShoppingListLineItemCustomType
public SetShoppingListLineItemCustomType(String lineItemId, String lineItemKey, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId)
-
-
Method Details