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

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

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