Uses of Interface
api.equinix.javasdk.customerportal.model.Attachment
Packages that use Attachment
Package
Description
Customer Portal client interfaces for the Equinix Java SDK.
-
Uses of Attachment in api.equinix.javasdk.customerportal.client
Methods in api.equinix.javasdk.customerportal.client that return AttachmentModifier and TypeMethodDescriptionRetrieves a specific attachment by its unique identifier.Methods in api.equinix.javasdk.customerportal.client that return types with arguments of type AttachmentModifier and TypeMethodDescriptionCustomerPortalConfig.getAttachmentClient()Attachments.list()Lists all attachments for the current account. -
Uses of Attachment in api.equinix.javasdk.customerportal.client.implementation
Methods in api.equinix.javasdk.customerportal.client.implementation that return AttachmentMethods in api.equinix.javasdk.customerportal.client.implementation that return types with arguments of type AttachmentConstructor parameters in api.equinix.javasdk.customerportal.client.implementation with type arguments of type AttachmentModifierConstructorDescriptionAttachmentsImpl(AttachmentClient<Attachment> serviceClient, CustomerPortal serviceManager) -
Uses of Attachment in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type Attachment -
Uses of Attachment in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentClientImpl.list()AttachmentClientImpl.nextPage(PaginatedRequest<Attachment> equinixRequest) Method parameters in api.equinix.javasdk.customerportal.client.internal.implementation with type arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentClientImpl.nextPage(PaginatedRequest<Attachment> equinixRequest) -
Uses of Attachment in api.equinix.javasdk.customerportal.model.json.creators
Methods in api.equinix.javasdk.customerportal.model.json.creators that return AttachmentConstructor parameters in api.equinix.javasdk.customerportal.model.json.creators with type arguments of type Attachment -
Uses of Attachment in api.equinix.javasdk.customerportal.model.wrappers
Classes in api.equinix.javasdk.customerportal.model.wrappers that implement AttachmentConstructor parameters in api.equinix.javasdk.customerportal.model.wrappers with type arguments of type AttachmentModifierConstructorDescriptionAttachmentWrapper(AttachmentJson attachmentJson, Pageable<Attachment> serviceClient)