Interface Orders
- All Known Implementing Classes:
OrdersImpl
public interface Orders
Client interface for managing orders in the Equinix Customer Portal.
Provides operations to list, retrieve, and create orders for Equinix
products and services.
-
Method Details
-
list
PaginatedList<Order> list()Lists all orders for the current account.- Returns:
- a paginated list of orders
-
getByUuid
-
define
OrderOperator.OrderBuilder define()Returns a builder for defining a new order.- Returns:
- a new OrderBuilder instance
-