Class StateKeyReferenceBuilder

java.lang.Object
com.commercetools.importapi.models.common.StateKeyReferenceBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<StateKeyReference>

public class StateKeyReferenceBuilder extends Object implements io.vrap.rmf.base.client.Builder<StateKeyReference>
StateKeyReferenceBuilder
Example to create an instance using the builder pattern

     StateKeyReference stateKeyReference = StateKeyReference.builder()
             .key("{key}")
             .build()