Class SmartHandsClientImpl
java.lang.Object
api.equinix.javasdk.core.client.ClientBase
api.equinix.javasdk.core.client.PageableBase
api.equinix.javasdk.customerportal.client.internal.implementation.SmartHandsClientImpl
- All Implemented Interfaces:
Pageable<SmartHands>,SmartHandsClient<SmartHands>
-
Nested Class Summary
Nested classes/interfaces inherited from class api.equinix.javasdk.core.client.ClientBase
ClientBase.EquinixRequestBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(SmartHandsCreatorJson smartHandsCreatorJson) list()nextPage(PaginatedRequest<SmartHands> equinixRequest) nextPage.update(String uuid, SmartHandsCreatorJson smartHandsCreatorJson) Methods inherited from class api.equinix.javasdk.core.client.ClientBase
buildRequest, buildRequest, buildRequest, buildRequest, buildRequestWithPathParams, buildRequestWithPathParams, buildRequestWithQueryParams, buildRequestWithQueryParams, getConfigClient, invoke, newRequest
-
Constructor Details
-
SmartHandsClientImpl
-
-
Method Details
-
list
- Specified by:
listin interfaceSmartHandsClient<SmartHands>
-
getByUuid
- Specified by:
getByUuidin interfaceSmartHandsClient<SmartHands>
-
create
- Specified by:
createin interfaceSmartHandsClient<SmartHands>
-
update
- Specified by:
updatein interfaceSmartHandsClient<SmartHands>
-
refresh
- Specified by:
refreshin interfaceSmartHandsClient<SmartHands>
-
nextPage
Description copied from interface:PageablenextPage.
- Specified by:
nextPagein interfacePageable<SmartHands>- Parameters:
equinixRequest- aPaginatedRequestobject.- Returns:
- a
PaginatedListobject.
-