Package de.xima.fc.common.etag
Class ETagResource.NotFound<T>
- java.lang.Object
 - 
- de.xima.fc.common.etag.ETagResource<T>
 - 
- de.xima.fc.common.etag.ETagResource.NotFound<T>
 
 
 
- 
- Type Parameters:
 T- Type of the resource.
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - ETagResource<T>
 
public static final class ETagResource.NotFound<T> extends ETagResource<T>
AnETagResourcethat represents a resource that was not found.- Since:
 - 8.3.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class de.xima.fc.common.etag.ETagResource
ETagResource.Matcher<T,R>, ETagResource.Modified<T>, ETagResource.NotFound<T>, ETagResource.NotModified<T> 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()- 
Methods inherited from class de.xima.fc.common.etag.ETagResource
match, modified, notFound, notModified 
 - 
 
 -