Interface EntityResourceAction.ReadByIdWithResponse<E>
-
- All Superinterfaces:
ResourceAction
- All Known Implementing Classes:
AuthenticationTicketsEntityResource
- Enclosing interface:
- EntityResourceAction
public static interface EntityResourceAction.ReadByIdWithResponse<E> extends ResourceAction
HTTP GET - Retrieve an entity by its unique id
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
readById(java.lang.String id, Parameters parameters, WithResponse withResponse)
-
-
-
Method Detail
-
readById
E readById(java.lang.String id, Parameters parameters, WithResponse withResponse) throws EntityNotFoundException
- Throws:
EntityNotFoundException
-
-