Package com.atlan.model.admin
Class AtlanFile.AtlanFileBuilder
java.lang.Object
com.atlan.model.admin.AtlanFile.AtlanFileBuilder
- Enclosing class:
- AtlanFile
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
contentType
(String contentType) MIME type for the file that was uploaded.Time at which the file was uploaded (epoch), in milliseconds.Filename extension for the file that was uploaded.Generated name of the file that was uploaded.Size of the file that was uploaded, in bytes.Unique identifier (GUID) of the file.isArchived
(Boolean isArchived) Whether the file has been archived (true) or is still actively available (false)isEncrypted
(Boolean isEncrypted) Whether the file is encrypted (true) or not (false).isUploaded
(Boolean isUploaded) TBCGenerated name of the file that was uploaded.Original name of the file that was uploaded.redirectUrl
(String redirectUrl) TBCtoString()
Time at which the file was last modified (epoch), in milliseconds.uploadedAt
(String uploadedAt) TBCTBC
-
Method Details
-
id
Unique identifier (GUID) of the file.- Returns:
this
.
-
version
TBC- Returns:
this
.
-
createdAt
Time at which the file was uploaded (epoch), in milliseconds.- Returns:
this
.
-
updatedAt
Time at which the file was last modified (epoch), in milliseconds.- Returns:
this
.
-
fileName
Generated name of the file that was uploaded.- Returns:
this
.
-
rawName
Original name of the file that was uploaded.- Returns:
this
.
-
key
Generated name of the file that was uploaded.- Returns:
this
.
-
extension
Filename extension for the file that was uploaded.- Returns:
this
.
-
contentType
MIME type for the file that was uploaded.- Returns:
this
.
-
fileSize
Size of the file that was uploaded, in bytes.- Returns:
this
.
-
isEncrypted
Whether the file is encrypted (true) or not (false).- Returns:
this
.
-
redirectUrl
TBC- Returns:
this
.
-
isUploaded
TBC- Returns:
this
.
-
uploadedAt
TBC- Returns:
this
.
-
isArchived
Whether the file has been archived (true) or is still actively available (false)- Returns:
this
.
-
build
-
toString
-