Interface SmartHandsRequests
- All Known Implementing Classes:
SmartHandsRequestsImpl
public interface SmartHandsRequests
Client interface for managing Smart Hands service requests in the Equinix Customer Portal.
Provides operations to list, retrieve, and create Smart Hands requests where Equinix
technicians perform on-site tasks on behalf of customers.
-
Method Details
-
list
PaginatedList<SmartHands> list()Lists all Smart Hands requests for the current account.- Returns:
- a paginated list of Smart Hands requests
-
getByUuid
Retrieves a specific Smart Hands request by its unique identifier.- Parameters:
uuid- the unique identifier of the Smart Hands request- Returns:
- the matching Smart Hands request
-
define
SmartHandsOperator.SmartHandsBuilder define()Returns a builder for defining a new Smart Hands request.- Returns:
- a new SmartHandsBuilder instance
-