Uses of Class
ru.moysklad.remap_1_2.entities.documents.Pricelist.PricelistRow
-
Packages that use Pricelist.PricelistRow Package Description ru.moysklad.remap_1_2.clients.documents -
-
Uses of Pricelist.PricelistRow in ru.moysklad.remap_1_2.clients.documents
Methods in ru.moysklad.remap_1_2.clients.documents that return Pricelist.PricelistRow Modifier and Type Method Description Pricelist.PricelistRowPricelistClient. getPosition(String documentId, String positionId, ApiParam... params)Pricelist.PricelistRowPricelistClient. getPosition(Pricelist document, String positionId, ApiParam... params)Pricelist.PricelistRowPricelistClient. postPosition(String documentId, Pricelist.PricelistRow updatedEntity)Pricelist.PricelistRowPricelistClient. postPosition(Pricelist document, Pricelist.PricelistRow updatedEntity)Methods in ru.moysklad.remap_1_2.clients.documents that return types with arguments of type Pricelist.PricelistRow Modifier and Type Method Description ListEntity<Pricelist.PricelistRow>PricelistClient. getPositions(String documentId, ApiParam... params)ListEntity<Pricelist.PricelistRow>PricelistClient. getPositions(Pricelist document, ApiParam... params)List<Pricelist.PricelistRow>PricelistClient. postPositions(String documentId, List<Pricelist.PricelistRow> updatedEntities)List<Pricelist.PricelistRow>PricelistClient. postPositions(Pricelist document, List<Pricelist.PricelistRow> updatedEntities)Methods in ru.moysklad.remap_1_2.clients.documents with parameters of type Pricelist.PricelistRow Modifier and Type Method Description voidPricelistClient. delete(Pricelist document, Pricelist.PricelistRow position)Pricelist.PricelistRowPricelistClient. postPosition(String documentId, Pricelist.PricelistRow updatedEntity)Pricelist.PricelistRowPricelistClient. postPosition(Pricelist document, Pricelist.PricelistRow updatedEntity)voidPricelistClient. putPosition(String documentId, String positionId, Pricelist.PricelistRow updatedEntity)voidPricelistClient. putPosition(Pricelist document, String positionId, Pricelist.PricelistRow updatedEntity)voidPricelistClient. putPosition(Pricelist document, Pricelist.PricelistRow position)voidPricelistClient. putPosition(Pricelist document, Pricelist.PricelistRow position, Pricelist.PricelistRow updatedEntity)Method parameters in ru.moysklad.remap_1_2.clients.documents with type arguments of type Pricelist.PricelistRow Modifier and Type Method Description List<Pricelist.PricelistRow>PricelistClient. postPositions(String documentId, List<Pricelist.PricelistRow> updatedEntities)List<Pricelist.PricelistRow>PricelistClient. postPositions(Pricelist document, List<Pricelist.PricelistRow> updatedEntities)
-