public abstract class RepositoryResource extends AbstractSynchronizable implements Resource, AclSecurable
Synchronizable.Syncable
Constructor and Description |
---|
RepositoryResource(String identifier,
String objectType,
String path,
Date lastModified,
List<Attribute> attributes)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
Date |
getLastModifiedDate()
Return the date this repository resource was last modified.
|
String |
toString()
Return a string representation of the object.
|
clone, equals, getSyncable, hashCode, setSyncable, toDisplayValue
addAttribute, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsLong, getAttributeAsLong, getAttributeAsString, getAttributes, removeAttribute, setAttribute, setAttributes
getName, getPath, setName, setPath
getIdentifier, getObjectType, setIdentifier, setObjectType
finalize, getClass, notify, notifyAll, wait, wait, wait
getName, getPath, setName, setPath
getIdentifier, getObjectType
public RepositoryResource(String identifier, String objectType, String path, Date lastModified, List<Attribute> attributes)
RepositoryResource
objects returned by the API.identifier
- The identifier of this repository resource.objectType
- The object type of this repository resource.path
- The path of this resource in the repository.lastModified
- The date this repository resource was last modified.attributes
- The attributes defined on this repository resource.public Date getLastModifiedDate()
public String toString()
toString
in class Object
Object.toString()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA