Class Meta
- java.lang.Object
 - 
- org.apache.syncope.ext.scimv2.api.data.Meta
 
 
- 
- All Implemented Interfaces:
 Serializable
public class Meta extends Object
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Meta(String resourceType, OffsetDateTime created, OffsetDateTime lastModified, String version, String location) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTimegetCreated()OffsetDateTimegetLastModified()StringgetLocation()StringgetResourceType()StringgetVersion() 
 - 
 
- 
- 
Constructor Detail
- 
Meta
public Meta(String resourceType, OffsetDateTime created, OffsetDateTime lastModified, String version, String location)
 
 - 
 
- 
Method Detail
- 
getResourceType
public String getResourceType()
 
- 
getCreated
public OffsetDateTime getCreated()
 
- 
getLastModified
public OffsetDateTime getLastModified()
 
- 
getVersion
public String getVersion()
 
- 
getLocation
public String getLocation()
 
 - 
 
 -