|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.data.Meta
public class Meta
A complex type containing metadata about the resource.
| Field Summary | |
|---|---|
static AttributeValueResolver<Meta> |
META_RESOLVER
The AttributeValueResolver that resolves SCIM attribute values
to/from Meta instances. |
| Constructor Summary | |
|---|---|
Meta(Date created,
Date lastModified,
URI location,
String version)
Create an instance of the SCIM meta attribute. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AttributeValueResolver<Meta> META_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from Meta instances.
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||