Interface EntityResourceAction.ReadByIdWithResponse<E>
- All Superinterfaces:
ResourceAction
- All Known Implementing Classes:
AuthenticationTicketsEntityResource
- Enclosing interface:
- EntityResourceAction
HTTP GET - Retrieve an entity by its unique id
-
Method Summary
Modifier and TypeMethodDescriptionreadById
(String id, Parameters parameters, WithResponse withResponse)
-
Method Details
-
readById
E readById(String id, Parameters parameters, WithResponse withResponse) throws EntityNotFoundException - Throws:
EntityNotFoundException
-