Package de.xima.fc.common.etag
Class ETagResource.Modified<T>
- java.lang.Object
- 
- de.xima.fc.common.etag.ETagResource<T>
- 
- de.xima.fc.common.etag.ETagResource.Modified<T>
 
 
- 
- Type Parameters:
- T- Type of the resource.
 - All Implemented Interfaces:
- Serializable
 - Enclosing class:
- ETagResource<T>
 
 public static final class ETagResource.Modified<T> extends ETagResource<T> AnETagResourcethat represents a resource that was modified.- 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.ETagResourceETagResource.Matcher<T,R>, ETagResource.Modified<T>, ETagResource.NotFound<T>, ETagResource.NotModified<T>
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()Tresource()Gets the wrapped resource.ETagtag()Gets the ETag of the wrapped resource.- 
Methods inherited from class de.xima.fc.common.etag.ETagResourcematch, modified, notFound, notModified
 
- 
 
-