com.notronix.etsy.api.authentication.model.EtsyScope Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JEtsy Show documentation
Show all versions of JEtsy Show documentation
A Java implementation of a Java version of the Etsy API
package com.notronix.etsy.api.authentication.model;
public enum EtsyScope
{
address_r,
address_w,
billing_r,
cart_r,
cart_w,
email_r,
favorites_r,
favorites_w,
feedback_r,
listings_d,
listings_r,
listings_w,
profile_r,
profile_w,
recommend_r,
recommend_w,
shops_r,
shops_w,
transactions_r,
transactions_w
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy