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