Uses of Class
api.equinix.javasdk.customerportal.model.json.ResellerCustomerJson
Packages that use ResellerCustomerJson
Package
Description
-
Uses of ResellerCustomerJson in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return ResellerCustomerJsonModifier and TypeMethodDescriptionResellerCustomerClient.getResellerCustomer(String accountNumber, String customerAccountNumber) Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type ResellerCustomerJsonModifier and TypeMethodDescription -
Uses of ResellerCustomerJson in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return ResellerCustomerJsonModifier and TypeMethodDescriptionResellerCustomerClientImpl.getResellerCustomer(String accountNumber, String customerAccountNumber) Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type ResellerCustomerJsonModifier and TypeMethodDescription -
Uses of ResellerCustomerJson in api.equinix.javasdk.customerportal.model.json.creators
Methods in api.equinix.javasdk.customerportal.model.json.creators with parameters of type ResellerCustomerJsonModifier and TypeMethodDescriptionResellerCustomerOperator.update(String accountNumber, ResellerCustomerJson resellerCustomerJson) Constructors in api.equinix.javasdk.customerportal.model.json.creators with parameters of type ResellerCustomerJsonModifierConstructorDescriptionprotectedResellerCustomerUpdater(String accountNumber, ResellerCustomerJson json) -
Uses of ResellerCustomerJson in api.equinix.javasdk.customerportal.model.wrappers
Constructors in api.equinix.javasdk.customerportal.model.wrappers with parameters of type ResellerCustomerJsonModifierConstructorDescriptionResellerCustomerWrapper(ResellerCustomerJson resellerCustomerJson, Pageable<ResellerCustomer> serviceClient)