Interface SupportCases
- All Known Implementing Classes:
SupportCasesImpl
public interface SupportCases
Client interface for managing support cases in the Equinix Customer Portal.
Provides operations to list, retrieve, and create support cases for requesting
assistance from Equinix support teams.
-
Method Details
-
list
PaginatedList<SupportCase> list()Lists all support cases for the current account.- Returns:
- a paginated list of support cases
-
getByUuid
Retrieves a specific support case by its unique identifier.- Parameters:
uuid- the unique identifier of the support case- Returns:
- the matching support case
-
define
Returns a builder for defining a new support case.- Returns:
- a new SupportCaseBuilder instance
-