Class FileVersion
java.lang.Object
com.aspose.tasks.cloud.model.StorageFile
com.aspose.tasks.cloud.model.FileVersion
File Version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanFile Version ID.inthashCode()Specifies whether the file is (true) or is not (false) the latest version of an file.voidsetIsLatest(Boolean isLatest) voidsetVersionId(String versionId) toString()Methods inherited from class StorageFile
getModifiedDate, getName, getPath, getSize, isFolder, isIsFolder, modifiedDate, name, path, setIsFolder, setModifiedDate, setName, setPath, setSize, size
-
Constructor Details
-
FileVersion
public FileVersion()
-
-
Method Details
-
versionId
-
getVersionId
-
setVersionId
-
isLatest
-
isIsLatest
Specifies whether the file is (true) or is not (false) the latest version of an file.- Returns:
- isLatest
-
setIsLatest
-
equals
- Overrides:
equalsin classStorageFile
-
hashCode
public int hashCode()- Overrides:
hashCodein classStorageFile
-
toString
- Overrides:
toStringin classStorageFile
-