Package ru.moysklad.remap_1_2.clients
Class EmployeeClient
- java.lang.Object
-
- ru.moysklad.remap_1_2.clients.EntityClientBase
-
- ru.moysklad.remap_1_2.clients.EmployeeClient
-
- All Implemented Interfaces:
DeleteByIdEndpoint,Endpoint,GetByIdEndpoint<Employee>,GetListEndpoint<Employee>,HasAccessManagmentEndpoint,HasPermissionsEndpoint,MassCreateUpdateDeleteEndpoint<Employee>,MassCreateUpdateEndpoint<Employee>,MetadataAttributeEndpoint,MetadataEndpoint<MetadataAttributeSharedResponse<Attribute>>,PostEndpoint<Employee>,PutByIdEndpoint<Employee>
public final class EmployeeClient extends EntityClientBase implements GetListEndpoint<Employee>, PostEndpoint<Employee>, DeleteByIdEndpoint, MetadataEndpoint<MetadataAttributeSharedResponse<Attribute>>, MetadataAttributeEndpoint, GetByIdEndpoint<Employee>, PutByIdEndpoint<Employee>, MassCreateUpdateDeleteEndpoint<Employee>, HasPermissionsEndpoint, HasAccessManagmentEndpoint
-
-
Field Summary
-
Fields inherited from class ru.moysklad.remap_1_2.clients.EntityClientBase
api, path
-
-
Constructor Summary
Constructors Constructor Description EmployeeClient(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.GetListEndpoint
get
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.HasAccessManagmentEndpoint
activate, deactivate, resetPassword
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.HasPermissionsEndpoint
getPermissions, updatePermissions
-
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
-
EmployeeClient
public EmployeeClient(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
-
-