Class StandalonePriceReferenceBuilder

java.lang.Object
com.commercetools.api.models.standalone_price.StandalonePriceReferenceBuilder
All Implemented Interfaces:
Builder<StandalonePriceReference>

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

     StandalonePriceReference standalonePriceReference = StandalonePriceReference.builder()
             .id("{id}")
             .build()
 
  • Constructor Details

    • StandalonePriceReferenceBuilder

      public StandalonePriceReferenceBuilder()
  • Method Details