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