Uses of Interface
ru.easydonate.easydonate4j.api.v3.data.model.shop.server.ServersList
-
Packages that use ServersList Package Description ru.easydonate.easydonate4j.api.v3.client ru.easydonate.easydonate4j.api.v3.data.model.shop.product -
-
Uses of ServersList in ru.easydonate.easydonate4j.api.v3.client
Methods in ru.easydonate.easydonate4j.api.v3.client that return ServersList Modifier and Type Method Description @NotNull ServersListEasyDonateClient. getServersList()Get the list of all shop connected servers.@NotNull ServersListSimpleEasyDonateClient. getServersList() -
Uses of ServersList in ru.easydonate.easydonate4j.api.v3.data.model.shop.product
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop.product that return types with arguments of type ServersList Modifier and Type Method Description @NotNull Optional<ServersList>Product. getServers()Get the compatible servers list for this product.
-