Interface MetadataDocumentAttributeEndpoint
-
- All Superinterfaces:
Endpoint,MetadataAttributeEndpoint
- All Known Implementing Classes:
BonusTransactionClient,CashInClient,CashOutClient,CommissionReportInClient,CommissionReportOutClient,CustomerOrderClient,DemandClient,EnterClient,FactureInClient,FactureOutClient,InternalOrderClient,InventoryClient,InvoiceInClient,InvoiceOutClient,LossClient,MoveClient,PaymentInClient,PaymentOutClient,PrepaymentClient,PrepaymentReturnClient,PricelistClient,ProcessingClient,ProcessingOrderClient,ProductionTaskClient,PurchaseOrderClient,PurchaseReturnClient,RetailDemandClient,RetailDrawerCashInClient,RetailDrawerCashOutClient,RetailSalesReturnClient,RetailShiftClient,SalesReturnClient,SupplyClient
public interface MetadataDocumentAttributeEndpoint extends MetadataAttributeEndpoint
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default AttributecreateMetadataAttribute(Attribute newEntity)Deprecated.default DocumentAttributecreateMetadataAttribute(DocumentAttribute newEntity)default voiddeleteMetadataAttribute(Attribute entity)Deprecated.default voiddeleteMetadataAttribute(DocumentAttribute entity)default ListEntity<Attribute>metadataAttributes()Deprecated.default DocumentAttributemetadataAttributes(String id)default ListEntity<DocumentAttribute>metadataDocumentAttributes()default AttributeupdateMetadataAttribute(String id, Attribute newEntity)Deprecated.default DocumentAttributeupdateMetadataAttribute(String id, DocumentAttribute newEntity)default AttributeupdateMetadataAttribute(Attribute newEntity)Deprecated.default DocumentAttributeupdateMetadataAttribute(DocumentAttribute newEntity)-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.Endpoint
api, entityClass, metaEntityClass, path, positionEntityClass
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.MetadataAttributeEndpoint
deleteMetadataAttribute
-
-
-
-
Method Detail
-
metadataAttributes
default DocumentAttribute metadataAttributes(String id) throws IOException, ApiClientException
- Specified by:
metadataAttributesin interfaceMetadataAttributeEndpoint- Throws:
IOExceptionApiClientException
-
metadataDocumentAttributes
default ListEntity<DocumentAttribute> metadataDocumentAttributes() throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
createMetadataAttribute
default DocumentAttribute createMetadataAttribute(DocumentAttribute newEntity) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
updateMetadataAttribute
default DocumentAttribute updateMetadataAttribute(String id, DocumentAttribute newEntity) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
updateMetadataAttribute
default DocumentAttribute updateMetadataAttribute(DocumentAttribute newEntity) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
deleteMetadataAttribute
default void deleteMetadataAttribute(DocumentAttribute entity) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
metadataAttributes
@Deprecated default ListEntity<Attribute> metadataAttributes() throws IOException, ApiClientException
Deprecated.- Specified by:
metadataAttributesin interfaceMetadataAttributeEndpoint- Throws:
IOExceptionApiClientException
-
createMetadataAttribute
@Deprecated default Attribute createMetadataAttribute(Attribute newEntity) throws IOException, ApiClientException
Deprecated.- Specified by:
createMetadataAttributein interfaceMetadataAttributeEndpoint- Throws:
IOExceptionApiClientException
-
updateMetadataAttribute
@Deprecated default Attribute updateMetadataAttribute(String id, Attribute newEntity) throws IOException, ApiClientException
Deprecated.- Specified by:
updateMetadataAttributein interfaceMetadataAttributeEndpoint- Throws:
IOExceptionApiClientException
-
updateMetadataAttribute
@Deprecated default Attribute updateMetadataAttribute(Attribute newEntity) throws IOException, ApiClientException
Deprecated.- Specified by:
updateMetadataAttributein interfaceMetadataAttributeEndpoint- Throws:
IOExceptionApiClientException
-
deleteMetadataAttribute
@Deprecated default void deleteMetadataAttribute(Attribute entity) throws IOException, ApiClientException
Deprecated.- Specified by:
deleteMetadataAttributein interfaceMetadataAttributeEndpoint- Throws:
IOExceptionApiClientException
-
-