Interface Quotes
- All Known Implementing Classes:
QuotesImpl
public interface Quotes
Client interface for managing quotes in the Equinix Customer Portal.
Provides operations to list, retrieve, and create price quotes for
Equinix products and services.
-
Method Details
-
list
PaginatedList<Quote> list()Lists all quotes for the current account.- Returns:
- a paginated list of quotes
-
getByUuid
-
define
QuoteOperator.QuoteBuilder define()Returns a builder for defining a new quote request.- Returns:
- a new QuoteBuilder instance
-