All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wix.restaurants.builders.PickupBuilder Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package com.wix.restaurants.builders;

import com.openrest.olo.dispatches.PickupDispatch;

public class PickupBuilder {
    private final PickupDispatch pickupDispatch = new PickupDispatch();

    public PickupDispatch build() {
        return pickupDispatch;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy