public interface GetByIdEndpoint<T extends MetaEntity> extends Endpoint
| Modifier and Type | Method and Description |
|---|---|
default T |
get(MetaEntity entity,
ApiParam... params) |
default T |
get(String id,
ApiParam... params) |
api, entityClass, metaEntityClass, path, positionEntityClassdefault T get(String id, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptiondefault T get(MetaEntity entity, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionCopyright © 2021. All rights reserved.