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

com.notronix.etsy.api.authentication.EtsyScope Maven / Gradle / Ivy

There is a newer version: 3.0.0014
Show newest version
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