Class AccountWrapper
java.lang.Object
api.equinix.javasdk.core.model.ResourceImpl<Account>
api.equinix.javasdk.networkedge.model.wrappers.AccountWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionAccountWrapper(AccountJson accountJson, Pageable<Account> serviceClient) Constructor for AccountWrapper. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.equinix.javasdk.networkedge.model.Account
getAccountName, getAccountNumber, getAccountStatus, getAccountUcmId, getCreditHold, getMetros, getPortalOrgId, getPortalOrgName, getReferenceId, getSiblingCustOrgFlagMethods inherited from interface api.equinix.javasdk.core.model.Resource
getServiceClient
-
Constructor Details
-
AccountWrapper
Constructor for AccountWrapper.
- Parameters:
accountJson- aAccountJsonobject.serviceClient- aPageableobject.
-