Interface Attachments
- All Known Implementing Classes:
AttachmentsImpl
public interface Attachments
Client interface for managing file attachments in the Equinix Customer Portal.
Provides operations to list, retrieve, and upload file attachments associated
with support cases, orders, and other portal resources.
-
Method Details
-
list
PaginatedList<Attachment> list()Lists all attachments for the current account.- Returns:
- a paginated list of attachments
-
getByUuid
Retrieves a specific attachment by its unique identifier.- Parameters:
uuid- the unique identifier of the attachment- Returns:
- the matching attachment
-
define
AttachmentOperator.AttachmentBuilder define()Returns a builder for defining a new attachment upload.- Returns:
- a new AttachmentBuilder instance
-