Interface GetByIdEndpoint<T extends MetaEntity>
-
- All Superinterfaces:
Endpoint
- All Known Implementing Classes:
AccumulationDiscountClient,BonusProgramClient,BonusTransactionClient,BundleClient,CashInClient,CashOutClient,CharacteristicClient,CommissionReportInClient,CommissionReportOutClient,ConsignmentClient,ContractClient,CounterpartyClient,CountryClient,CurrencyClient,CustomerOrderClient,DemandClient,EmployeeClient,EnterClient,ExpenseItemClient,FactureInClient,FactureOutClient,GroupClient,InternalOrderClient,InventoryClient,InvoiceInClient,InvoiceOutClient,LossClient,MoveClient,NotificationClient,OrganizationClient,PaymentInClient,PaymentOutClient,PersonalDiscountClient,PrepaymentClient,PrepaymentReturnClient,PricelistClient,PriceTypeClient,ProcessingClient,ProcessingOrderClient,ProcessingPlanClient,ProcessingProcessClient,ProcessingStageClient,ProductClient,ProductFolderClient,ProjectClient,PurchaseOrderClient,PurchaseReturnClient,RegionClient,RetailDemandClient,RetailStoreClient,RoundOffDiscountClient,SalesReturnClient,ServiceClient,SpecialPriceDiscountClient,StateClient,StoreClient,SupplyClient,TaskClient,UomClient,VariantClient,WebHookClient
public interface GetByIdEndpoint<T extends MetaEntity> extends Endpoint
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Tget(String id, ApiParam... params)default Tget(MetaEntity entity, ApiParam... params)-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.Endpoint
api, entityClass, metaEntityClass, path, positionEntityClass
-
-
-
-
Method Detail
-
get
default T get(String id, ApiParam... params) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
get
default T get(MetaEntity entity, ApiParam... params) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
-