io.github.dft.woocommerce.model.reportapi.Collection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of woocommerce Show documentation
Show all versions of woocommerce Show documentation
woocommerce API using JDK 11
package io.github.dft.woocommerce.model.reportapi;
import lombok.Data;
@Data
public class Collection {
private String href;
}