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

com.shopify.model.ShopifyLocationsRoot Maven / Gradle / Ivy

package com.shopify.model;

import java.util.LinkedList;
import java.util.List;

import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement
public class ShopifyLocationsRoot {

	private List locations = new LinkedList<>();

	public List getLocations() {
		return locations;
	}

	public void setLocations(final List locations) {
		this.locations = locations;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy