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(Resource resourceType, OffsetDateTime created, OffsetDateTime lastModified, String version, String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
getCreated()
OffsetDateTime
getLastModified()
String
getLocation()
Resource
getResourceType()
String
getVersion()
-
-
-
Constructor Detail
-
Meta
public Meta(Resource resourceType, OffsetDateTime created, OffsetDateTime lastModified, String version, String location)
-
-
Method Detail
-
getResourceType
public Resource getResourceType()
-
getCreated
public OffsetDateTime getCreated()
-
getLastModified
public OffsetDateTime getLastModified()
-
getVersion
public String getVersion()
-
getLocation
public String getLocation()
-
-