public interface PutByIdEndpoint<T extends MetaEntity> extends Endpoint
| Modifier and Type | Method and Description |
|---|---|
default void |
update(String id,
T updatedEntity) |
default void |
update(T updatedEntity) |
api, entityClass, metaEntityClass, path, positionEntityClassdefault void update(String id, T updatedEntity) throws IOException, ApiClientException
IOExceptionApiClientExceptiondefault void update(T updatedEntity) throws IOException, ApiClientException
IOExceptionApiClientExceptionCopyright © 2023. All rights reserved.