Class LookupClientImpl
java.lang.Object
api.equinix.javasdk.core.client.ClientBase
api.equinix.javasdk.core.client.PageableBase
api.equinix.javasdk.customerportal.client.internal.implementation.LookupClientImpl
- All Implemented Interfaces:
Pageable<LookupLocation>,LookupClient<LookupLocation>
-
Nested Class Summary
Nested classes/interfaces inherited from class api.equinix.javasdk.core.client.ClientBase
ClientBase.EquinixRequestBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLocationByUuid(String uuid) nextPage(PaginatedRequest<LookupLocation> equinixRequest) nextPage.Methods inherited from class api.equinix.javasdk.core.client.ClientBase
buildRequest, buildRequest, buildRequest, buildRequest, buildRequestWithPathParams, buildRequestWithPathParams, buildRequestWithQueryParams, buildRequestWithQueryParams, getConfigClient, invoke, newRequest
-
Constructor Details
-
LookupClientImpl
-
-
Method Details
-
listLocations
- Specified by:
listLocationsin interfaceLookupClient<LookupLocation>
-
getLocationByUuid
- Specified by:
getLocationByUuidin interfaceLookupClient<LookupLocation>
-
listPatchPanels
- Specified by:
listPatchPanelsin interfaceLookupClient<LookupLocation>
-
nextPage
Description copied from interface:PageablenextPage.
- Specified by:
nextPagein interfacePageable<LookupLocation>- Parameters:
equinixRequest- aPaginatedRequestobject.- Returns:
- a
PaginatedListobject.
-