Interface PostByIdEndpoint<T extends MetaEntity>
-
- All Superinterfaces:
Endpoint
public interface PostByIdEndpoint<T extends MetaEntity> extends Endpoint
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Tcreate(String id, T newEntity)-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.Endpoint
api, entityClass, metaEntityClass, path, positionEntityClass
-
-
-
-
Method Detail
-
create
default T create(String id, T newEntity) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
-