com.github.zaza.allegro.ResultScope Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of allegro-client Show documentation
Show all versions of allegro-client Show documentation
Java client for Allegro Web API
package com.github.zaza.allegro;
class ResultScope {
static final int zwracaj_wszystkie_dane = 0;
static final int nie_zwracaj_struktury_z_filtrami = 1;
static final int nie_zwracaj_struktury_z_kategoriami = 2;
static final int nie_zwracaj_struktury_z_ofertami = 4;
}