org.cloudfoundry.identity.uaa.scim
Class ScimMeta
java.lang.Object
org.cloudfoundry.identity.uaa.scim.ScimMeta
public class ScimMeta
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScimMeta
public ScimMeta()
ScimMeta
public ScimMeta(Date created,
Date lastModified,
int version)
getCreated
public Date getCreated()
setCreated
public void setCreated(Date created)
getLastModified
public Date getLastModified()
setLastModified
public void setLastModified(Date lastModified)
setVersion
public void setVersion(int version)
getVersion
public int getVersion()
Copyright © 2013. All rights reserved.