Uses of Interface
api.equinix.javasdk.customerportal.model.ResellerCustomer
Packages that use ResellerCustomer
Package
Description
Customer Portal client interfaces for the Equinix Java SDK.
-
Uses of ResellerCustomer in api.equinix.javasdk.customerportal.client
Methods in api.equinix.javasdk.customerportal.client that return ResellerCustomerModifier and TypeMethodDescriptionResellers.getResellerCustomer(String accountNumber, String customerAccountNumber) Retrieves a specific reseller customer by the reseller and customer account numbers.Methods in api.equinix.javasdk.customerportal.client that return types with arguments of type ResellerCustomerModifier and TypeMethodDescriptionCustomerPortalConfig.getResellerCustomerClient()Resellers.listCustomers(String accountNUmber) Lists all customers under the specified reseller account. -
Uses of ResellerCustomer in api.equinix.javasdk.customerportal.client.implementation
Methods in api.equinix.javasdk.customerportal.client.implementation that return ResellerCustomerModifier and TypeMethodDescriptionResellersImpl.getResellerCustomer(String accountNumber, String customerAccountNumber) Methods in api.equinix.javasdk.customerportal.client.implementation that return types with arguments of type ResellerCustomerConstructor parameters in api.equinix.javasdk.customerportal.client.implementation with type arguments of type ResellerCustomerModifierConstructorDescriptionResellersImpl(ResellerClient<Reseller> serviceClient, ResellerCustomerClient<ResellerCustomer> serviceClientCustomer, CustomerPortal serviceManager) -
Uses of ResellerCustomer in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type ResellerCustomerModifier and TypeMethodDescription -
Uses of ResellerCustomer in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type ResellerCustomerModifier and TypeMethodDescriptionResellerCustomerClientImpl.nextPage(PaginatedRequest<ResellerCustomer> equinixRequest) Method parameters in api.equinix.javasdk.customerportal.client.internal.implementation with type arguments of type ResellerCustomerModifier and TypeMethodDescriptionResellerCustomerClientImpl.nextPage(PaginatedRequest<ResellerCustomer> equinixRequest) -
Uses of ResellerCustomer in api.equinix.javasdk.customerportal.model.json.creators
Constructor parameters in api.equinix.javasdk.customerportal.model.json.creators with type arguments of type ResellerCustomer -
Uses of ResellerCustomer in api.equinix.javasdk.customerportal.model.wrappers
Classes in api.equinix.javasdk.customerportal.model.wrappers that implement ResellerCustomerConstructor parameters in api.equinix.javasdk.customerportal.model.wrappers with type arguments of type ResellerCustomerModifierConstructorDescriptionResellerCustomerWrapper(ResellerCustomerJson resellerCustomerJson, Pageable<ResellerCustomer> serviceClient)