Uses of Interface
api.equinix.javasdk.customerportal.model.OrderHistoryItem
Packages that use OrderHistoryItem
Package
Description
Customer Portal client interfaces for the Equinix Java SDK.
-
Uses of OrderHistoryItem in api.equinix.javasdk.customerportal.client
Methods in api.equinix.javasdk.customerportal.client that return OrderHistoryItemModifier and TypeMethodDescriptionRetrieves a specific order history item by its unique identifier.Methods in api.equinix.javasdk.customerportal.client that return types with arguments of type OrderHistoryItemModifier and TypeMethodDescriptionCustomerPortalConfig.getOrderHistoryClient()OrderHistory.list()Lists all order history items for the current account. -
Uses of OrderHistoryItem in api.equinix.javasdk.customerportal.client.implementation
Methods in api.equinix.javasdk.customerportal.client.implementation that return OrderHistoryItemMethods in api.equinix.javasdk.customerportal.client.implementation that return types with arguments of type OrderHistoryItemConstructor parameters in api.equinix.javasdk.customerportal.client.implementation with type arguments of type OrderHistoryItemModifierConstructorDescriptionOrderHistoryImpl(OrderHistoryClient<OrderHistoryItem> serviceClient, CustomerPortal serviceManager) -
Uses of OrderHistoryItem in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type OrderHistoryItem -
Uses of OrderHistoryItem in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type OrderHistoryItemModifier and TypeMethodDescriptionOrderHistoryClientImpl.list()OrderHistoryClientImpl.nextPage(PaginatedRequest<OrderHistoryItem> equinixRequest) Method parameters in api.equinix.javasdk.customerportal.client.internal.implementation with type arguments of type OrderHistoryItemModifier and TypeMethodDescriptionOrderHistoryClientImpl.nextPage(PaginatedRequest<OrderHistoryItem> equinixRequest) -
Uses of OrderHistoryItem in api.equinix.javasdk.customerportal.model.json
Classes in api.equinix.javasdk.customerportal.model.json that implement OrderHistoryItem