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

com.github.zaza.allegro.ResultScope Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy