| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<Meta> |
META_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Meta instances. |
| Constructor and Description |
|---|
Meta(Date created,
Date lastModified,
URI location,
String version)
Create an instance of the SCIM meta attribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getCreated()
Retrieves the time the Resource was added to the Service Provider.
|
Date |
getLastModified()
Retrieves the most recent time the details of a Resource were updated at
the Service Provider.
|
URI |
getLocation()
Retrieves the URI of the Resource.
|
String |
getVersion()
Retrieves the version of the Resource.
|
int |
hashCode() |
void |
setCreated(Date created)
Sets the time the Resource was added to the Service Provider.
|
void |
setLastModified(Date lastModified)
Sets the most recent time the details of a Resource were updated at
the Service Provider.
|
void |
setLocation(URI location)
Sets the URI of the Resource.
|
void |
setVersion(String version)
Sets the version of the Resource being returned.
|
String |
toString() |
public static final AttributeValueResolver<Meta> META_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from Meta instances.public Meta(Date created, Date lastModified, URI location, String version)
created - The time the Resource was added to the
Service Provider.lastModified - The most recent time the details of a Resource
were updated at the Service Provider.location - The URI of the Resource.version - The version of the Resource.public Date getCreated()
public void setCreated(Date created)
created - The time the Resource was added to the Service Provider.public Date getLastModified()
public void setLastModified(Date lastModified)
lastModified - The most recent time the details of a Resource were
updated at the Service Provider.public URI getLocation()
public void setLocation(URI location)
location - The URI of the Resource.public String getVersion()
public void setVersion(String version)
version - The version of the Resource being returned.Copyright © 2011–2016 UnboundID. All rights reserved.