Interface PutEndpoint<T extends MetaEntity>
-
- All Superinterfaces:
Endpoint
- All Known Implementing Classes:
CompanySettingsClient,SettingsClient
public interface PutEndpoint<T extends MetaEntity> extends Endpoint
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidupdate(T updatedEntity)-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.Endpoint
api, entityClass, metaEntityClass, path, positionEntityClass
-
-
-
-
Method Detail
-
update
default void update(T updatedEntity) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
-