Package ru.moysklad.remap_1_2.clients
Class ProductClient
- java.lang.Object
-
- ru.moysklad.remap_1_2.clients.EntityClientBase
-
- ru.moysklad.remap_1_2.clients.ProductClient
-
- All Implemented Interfaces:
DeleteByIdEndpoint,Endpoint,GetByIdEndpoint<Product>,GetBySyncIdEndpoint<Product>,GetListEndpoint<Product>,HasFilesEndpoint<Product>,HasImagesEndpoint<Product>,MassCreateUpdateDeleteEndpoint<Product>,MassCreateUpdateEndpoint<Product>,MetadataAttributeEndpoint,MetadataEndpoint<MetadataAttributeSharedPriceTypesResponse>,PostEndpoint<Product>,PutByIdEndpoint<Product>
public final class ProductClient extends EntityClientBase implements GetListEndpoint<Product>, PostEndpoint<Product>, DeleteByIdEndpoint, MetadataEndpoint<MetadataAttributeSharedPriceTypesResponse>, MetadataAttributeEndpoint, GetByIdEndpoint<Product>, PutByIdEndpoint<Product>, MassCreateUpdateDeleteEndpoint<Product>, HasImagesEndpoint<Product>, GetBySyncIdEndpoint<Product>, HasFilesEndpoint<Product>
-
-
Field Summary
-
Fields inherited from class ru.moysklad.remap_1_2.clients.EntityClientBase
api, path
-
-
Constructor Summary
Constructors Constructor Description ProductClient(ApiClient api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends MetaEntity>entityClass()Class<? extends MetaEntity>metaEntityClass()-
Methods inherited from class ru.moysklad.remap_1_2.clients.EntityClientBase
api, path, positionEntityClass
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.DeleteByIdEndpoint
delete, delete
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.Endpoint
api, path, positionEntityClass
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.GetByIdEndpoint
get, get
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.GetBySyncIdEndpoint
getBySyncId
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.GetListEndpoint
get
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.HasFilesEndpoint
addFile, addFile, deleteFile, deleteFile, deleteFile, deleteFile, deleteFiles, deleteFiles, getFiles, getFiles, updateFiles, updateFiles
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.HasImagesEndpoint
addImage, addImage, deleteImage, deleteImage, deleteImage, deleteImage, deleteImages, deleteImages, getImages, getImages, updateImages, updateImages
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.MassCreateUpdateDeleteEndpoint
delete
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.MassCreateUpdateEndpoint
createOrUpdate
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.MetadataAttributeEndpoint
createMetadataAttribute, deleteMetadataAttribute, deleteMetadataAttribute, metadataAttributes, metadataAttributes, updateMetadataAttribute, updateMetadataAttribute
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.MetadataEndpoint
metadata
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.PostEndpoint
create
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.PutByIdEndpoint
update, update
-
-
-
-
Constructor Detail
-
ProductClient
public ProductClient(ApiClient api)
-
-
Method Detail
-
entityClass
public Class<? extends MetaEntity> entityClass()
- Specified by:
entityClassin interfaceEndpoint- Overrides:
entityClassin classEntityClientBase
-
metaEntityClass
public Class<? extends MetaEntity> metaEntityClass()
- Specified by:
metaEntityClassin interfaceEndpoint- Overrides:
metaEntityClassin classEntityClientBase
-
-