Uses of Interface
api.equinix.javasdk.customerportal.model.Report
Packages that use Report
Package
Description
Customer Portal client interfaces for the Equinix Java SDK.
-
Uses of Report in api.equinix.javasdk.customerportal.client
Methods in api.equinix.javasdk.customerportal.client that return ReportModifier and TypeMethodDescriptionRetrieves a specific report by its unique identifier.Methods in api.equinix.javasdk.customerportal.client that return types with arguments of type ReportModifier and TypeMethodDescriptionCustomerPortalConfig.getReportClient()Reports.list()Lists all reports for the current account. -
Uses of Report in api.equinix.javasdk.customerportal.client.implementation
Methods in api.equinix.javasdk.customerportal.client.implementation that return ReportMethods in api.equinix.javasdk.customerportal.client.implementation that return types with arguments of type ReportConstructor parameters in api.equinix.javasdk.customerportal.client.implementation with type arguments of type ReportModifierConstructorDescriptionReportsImpl(ReportClient<Report> serviceClient, CustomerPortal serviceManager) -
Uses of Report in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type Report -
Uses of Report in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type ReportModifier and TypeMethodDescriptionReportClientImpl.list()ReportClientImpl.nextPage(PaginatedRequest<Report> equinixRequest) Method parameters in api.equinix.javasdk.customerportal.client.internal.implementation with type arguments of type ReportModifier and TypeMethodDescriptionReportClientImpl.nextPage(PaginatedRequest<Report> equinixRequest) -
Uses of Report in api.equinix.javasdk.customerportal.model.json
Classes in api.equinix.javasdk.customerportal.model.json that implement Report