Package org.gluu.oxtrust.model.scim2
Class Meta
java.lang.Object
org.gluu.oxtrust.model.scim2.Meta
This class represents the common resource attribute "meta" that contains metadata about the resource being described.
See section 3.1 of RFC 7643.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the meta "created" sub-attributeRetrieves the meta "lastModified" sub-attributeRetrieves the meta "location" sub-attributeRetrieves the meta "resourceType" sub-attributeReturns the version of the resource being represented.voidsetCreated(String created) voidsetLastModified(String lastModified) voidsetLocation(String location) voidsetResourceType(String resourceType) voidsetVersion(String version)
-
Constructor Details
-
Meta
public Meta()
-
-
Method Details
-
getResourceType
Retrieves the meta "resourceType" sub-attribute- Returns:
- A string value
-
setResourceType
-
getCreated
Retrieves the meta "created" sub-attribute- Returns:
- A string value
-
setCreated
-
getLastModified
Retrieves the meta "lastModified" sub-attribute- Returns:
- A string value
-
setLastModified
-
getLocation
Retrieves the meta "location" sub-attribute- Returns:
- A string value
-
setLocation
-
getVersion
Returns the version of the resource being represented.- Returns:
- A string value (null if no version information is available).
-
setVersion
-