Uses of Class
ru.moysklad.remap_1_2.entities.Cashier
-
Packages that use Cashier Package Description ru.moysklad.remap_1_2.clients ru.moysklad.remap_1_2.entities -
-
Uses of Cashier in ru.moysklad.remap_1_2.clients
Methods in ru.moysklad.remap_1_2.clients that return Cashier Modifier and Type Method Description CashierRetailStoreClient. getCashier(String retailStoreId, String cashierId, ApiParam... params)CashierRetailStoreClient. getCashier(String retailStoreId, Cashier cashier, ApiParam... params)CashierRetailStoreClient. getCashier(RetailStore retailStore, String cashierId, ApiParam... params)CashierRetailStoreClient. getCashier(RetailStore retailStore, Cashier cashier, ApiParam... params)Methods in ru.moysklad.remap_1_2.clients that return types with arguments of type Cashier Modifier and Type Method Description ListEntity<Cashier>RetailStoreClient. getCashiers(String retailStoreId, ApiParam... params)ListEntity<Cashier>RetailStoreClient. getCashiers(MetaEntity retailStore, ApiParam... params)Methods in ru.moysklad.remap_1_2.clients with parameters of type Cashier Modifier and Type Method Description CashierRetailStoreClient. getCashier(String retailStoreId, Cashier cashier, ApiParam... params)CashierRetailStoreClient. getCashier(RetailStore retailStore, Cashier cashier, ApiParam... params) -
Uses of Cashier in ru.moysklad.remap_1_2.entities
Method parameters in ru.moysklad.remap_1_2.entities with type arguments of type Cashier Modifier and Type Method Description voidRetailStore.CashiersSerializer. serialize(ListEntity<Cashier> src, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)voidRetailStore. setCashiers(ListEntity<Cashier> cashiers)
-