Uses of Interface
api.equinix.javasdk.core.http.response.PageablePost
Packages that use PageablePost
Package
Description
HTTP communication layer for the Equinix Java SDK.
HTTP response handling for the Equinix Java SDK.
-
Uses of PageablePost in api.equinix.javasdk.core.http
Methods in api.equinix.javasdk.core.http with parameters of type PageablePostModifier and TypeMethodDescriptionstatic <T,S> PaginatedFilteredList <T> Utils.mapPaginatedFilteredList(ArrayList<S> paginatedList, PageablePost<T> serviceClient, BiFunction<? super S, ? super PageablePost<T>, ? extends T> objectMapper) Method parameters in api.equinix.javasdk.core.http with type arguments of type PageablePostModifier and TypeMethodDescriptionstatic <T,S> PaginatedFilteredList <T> Utils.mapPaginatedFilteredList(ArrayList<S> paginatedList, PageablePost<T> serviceClient, BiFunction<? super S, ? super PageablePost<T>, ? extends T> objectMapper) -
Uses of PageablePost in api.equinix.javasdk.core.http.response
Constructors in api.equinix.javasdk.core.http.response with parameters of type PageablePostModifierConstructorDescriptionPaginatedFilteredList(PaginatedFilteredList<T> initialItems, PageablePost<T> pageableClient, EquinixRequest<T> equinixRequest, EquinixResponse<T> equinixResponse, Pagination pagination) Constructor for PaginatedList. -
Uses of PageablePost in api.equinix.javasdk.fabric.client.internal
Subinterfaces of PageablePost in api.equinix.javasdk.fabric.client.internalModifier and TypeInterfaceDescriptioninterfaceinterfaceConnectionsClient interface.interfaceinterfaceinterfaceinterfaceinterfaceServiceProfilesClient interface. -
Uses of PageablePost in api.equinix.javasdk.fabric.client.internal.implementation
Classes in api.equinix.javasdk.fabric.client.internal.implementation that implement PageablePostModifier and TypeClassDescriptionclassclassclassclassclassclassclassServiceProfilesClientImpl class. -
Uses of PageablePost in api.equinix.javasdk.fabric.model.json.creators
Constructors in api.equinix.javasdk.fabric.model.json.creators with parameters of type PageablePostModifierConstructorDescriptionCloudRouterOperator(PageablePost<CloudRouter> serviceClient) ConnectionOperator(PageablePost<Connection> serviceClient) NetworkOperator(PageablePost<Network> serviceClient) Constructor for NetworkOperator.RouteFilterOperator(PageablePost<RouteFilter> serviceClient) Constructor for RouteFilterOperator.ServiceProfileOperator(PageablePost<ServiceProfile> serviceClient) -
Uses of PageablePost in api.equinix.javasdk.fabric.model.wrappers
Constructors in api.equinix.javasdk.fabric.model.wrappers with parameters of type PageablePostModifierConstructorDescriptionConnectionStatisticWrapper(ConnectionStatisticJson connectionStatisticJson, PageablePost<Connection> serviceClient) Constructor for ConnectionStatisticWrapper.