Uses of Interface
api.equinix.javasdk.customerportal.model.Reseller
Packages that use Reseller
Package
Description
Customer Portal client interfaces for the Equinix Java SDK.
-
Uses of Reseller in api.equinix.javasdk.customerportal.client
Methods in api.equinix.javasdk.customerportal.client that return types with arguments of type ResellerModifier and TypeMethodDescriptionCustomerPortalConfig.getResellerClient()Resellers.list()Lists all reseller accounts for the current user. -
Uses of Reseller in api.equinix.javasdk.customerportal.client.implementation
Methods in api.equinix.javasdk.customerportal.client.implementation that return types with arguments of type ResellerConstructor parameters in api.equinix.javasdk.customerportal.client.implementation with type arguments of type ResellerModifierConstructorDescriptionResellersImpl(ResellerClient<Reseller> serviceClient, ResellerCustomerClient<ResellerCustomer> serviceClientCustomer, CustomerPortal serviceManager) -
Uses of Reseller in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type Reseller -
Uses of Reseller in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type ResellerModifier and TypeMethodDescriptionResellerClientImpl.list()ResellerClientImpl.nextPage(PaginatedRequest<Reseller> equinixRequest) Method parameters in api.equinix.javasdk.customerportal.client.internal.implementation with type arguments of type ResellerModifier and TypeMethodDescriptionResellerClientImpl.nextPage(PaginatedRequest<Reseller> equinixRequest) -
Uses of Reseller in api.equinix.javasdk.customerportal.model.wrappers
Classes in api.equinix.javasdk.customerportal.model.wrappers that implement ResellerConstructor parameters in api.equinix.javasdk.customerportal.model.wrappers with type arguments of type ResellerModifierConstructorDescriptionResellerWrapper(ResellerJson resellerJson, Pageable<Reseller> serviceClient)