Interface GetPlainListEndpoint<T extends MetaEntity>
-
- All Superinterfaces:
Endpoint
- All Known Implementing Classes:
PriceTypeClient
public interface GetPlainListEndpoint<T extends MetaEntity> extends Endpoint
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default List<T>get(ApiParam... params)-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.Endpoint
api, entityClass, metaEntityClass, path, positionEntityClass
-
-
-
-
Method Detail
-
get
default List<T> get(ApiParam... params) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
-