Class SmartHandsRequestsImpl
java.lang.Object
api.equinix.javasdk.customerportal.client.implementation.SmartHandsRequestsImpl
- All Implemented Interfaces:
SmartHandsRequests
-
Constructor Summary
ConstructorsConstructorDescriptionSmartHandsRequestsImpl(SmartHandsClient<SmartHands> serviceClient, CustomerPortal serviceManager) -
Method Summary
-
Constructor Details
-
SmartHandsRequestsImpl
public SmartHandsRequestsImpl(SmartHandsClient<SmartHands> serviceClient, CustomerPortal serviceManager)
-
-
Method Details
-
list
Description copied from interface:SmartHandsRequestsLists all Smart Hands requests for the current account.- Specified by:
listin interfaceSmartHandsRequests- Returns:
- a paginated list of Smart Hands requests
-
getByUuid
Description copied from interface:SmartHandsRequestsRetrieves a specific Smart Hands request by its unique identifier.- Specified by:
getByUuidin interfaceSmartHandsRequests- Parameters:
uuid- the unique identifier of the Smart Hands request- Returns:
- the matching Smart Hands request
-
define
Description copied from interface:SmartHandsRequestsReturns a builder for defining a new Smart Hands request.- Specified by:
definein interfaceSmartHandsRequests- Returns:
- a new SmartHandsBuilder instance
-