Class AttachmentsImpl
java.lang.Object
api.equinix.javasdk.customerportal.client.implementation.AttachmentsImpl
- All Implemented Interfaces:
Attachments
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentsImpl(AttachmentClient<Attachment> serviceClient, CustomerPortal serviceManager) -
Method Summary
-
Constructor Details
-
AttachmentsImpl
-
-
Method Details
-
list
Description copied from interface:AttachmentsLists all attachments for the current account.- Specified by:
listin interfaceAttachments- Returns:
- a paginated list of attachments
-
getByUuid
Description copied from interface:AttachmentsRetrieves a specific attachment by its unique identifier.- Specified by:
getByUuidin interfaceAttachments- Parameters:
uuid- the unique identifier of the attachment- Returns:
- the matching attachment
-
define
Description copied from interface:AttachmentsReturns a builder for defining a new attachment upload.- Specified by:
definein interfaceAttachments- Returns:
- a new AttachmentBuilder instance
-