com.notronix.etsy.api.authentication.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;
public enum EtsyScope
{
email_r,
listings_r,
listings_w,
listings_d,
transactions_r,
transactions_w,
billing_r,
profile_r,
profile_w,
address_r,
address_w,
favorites_rw,
shops_rw,
cart_rw,
recommend_rw,
feedback_r,
treasury_r,
treasury_w
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy