Class InventoryEntryReferenceBuilder

java.lang.Object
com.commercetools.api.models.inventory.InventoryEntryReferenceBuilder
All Implemented Interfaces:
Builder<InventoryEntryReference>

public class InventoryEntryReferenceBuilder extends Object implements Builder<InventoryEntryReference>
InventoryEntryReferenceBuilder
Example to create an instance using the builder pattern

     InventoryEntryReference inventoryEntryReference = InventoryEntryReference.builder()
             .id("{id}")
             .build()
 
  • Constructor Details

    • InventoryEntryReferenceBuilder

      public InventoryEntryReferenceBuilder()
  • Method Details