Uses of Interface
ru.easydonate.easydonate4j.api.v3.data.model.shop.product.ProductsList
-
-
Uses of ProductsList in ru.easydonate.easydonate4j.api.v3.client
Methods in ru.easydonate.easydonate4j.api.v3.client that return ProductsList Modifier and Type Method Description @NotNull ProductsListEasyDonateClient. getProductsList()Get the list of all shop products.@NotNull ProductsListSimpleEasyDonateClient. getProductsList() -
Uses of ProductsList in ru.easydonate.easydonate4j.api.v3.data.model.shop.coupon
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop.coupon that return ProductsList Modifier and Type Method Description @NotNull ProductsListCoupon. getProducts()Get the list of related products for this coupon. -
Uses of ProductsList in ru.easydonate.easydonate4j.api.v3.data.model.shop.mass.sale
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop.mass.sale that return types with arguments of type ProductsList Modifier and Type Method Description @NotNull Optional<ProductsList>MassSale. getProducts()Get the optional-wrapped list of related products. -
Uses of ProductsList in ru.easydonate.easydonate4j.api.v3.data.model.shop.server
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop.server that return types with arguments of type ProductsList Modifier and Type Method Description @NotNull Optional<ProductsList>Server. getProducts()Get the list of all configured products for this server.
-