Class OrderHistoryImpl
java.lang.Object
api.equinix.javasdk.customerportal.client.implementation.OrderHistoryImpl
- All Implemented Interfaces:
OrderHistory
-
Constructor Summary
ConstructorsConstructorDescriptionOrderHistoryImpl(OrderHistoryClient<OrderHistoryItem> serviceClient, CustomerPortal serviceManager) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a specific order history item by its unique identifier.list()Lists all order history items for the current account.
-
Constructor Details
-
OrderHistoryImpl
public OrderHistoryImpl(OrderHistoryClient<OrderHistoryItem> serviceClient, CustomerPortal serviceManager)
-
-
Method Details
-
list
Description copied from interface:OrderHistoryLists all order history items for the current account.- Specified by:
listin interfaceOrderHistory- Returns:
- a paginated list of order history items
-
getByUuid
Description copied from interface:OrderHistoryRetrieves a specific order history item by its unique identifier.- Specified by:
getByUuidin interfaceOrderHistory- Parameters:
uuid- the unique identifier of the order history item- Returns:
- the matching order history item
-