Class ResellerCustomerWrapper
java.lang.Object
api.equinix.javasdk.core.model.ResourceImpl<ResellerCustomer>
api.equinix.javasdk.customerportal.model.wrappers.ResellerCustomerWrapper
- All Implemented Interfaces:
Resource<ResellerCustomer>,ResellerCustomer
public class ResellerCustomerWrapper
extends ResourceImpl<ResellerCustomer>
implements ResellerCustomer
-
Constructor Summary
ConstructorsConstructorDescriptionResellerCustomerWrapper(ResellerCustomerJson resellerCustomerJson, Pageable<ResellerCustomer> serviceClient) -
Method Summary
Modifier and TypeMethodDescriptionsave(String accountNumber, String customerAccountNumber, ResellerCustomerUpdaterJson updaterJson) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.equinix.javasdk.customerportal.model.ResellerCustomer
getAccountNumber, getCustomerAccountName, getCustomerAccountNumber, getStatusMethods inherited from interface api.equinix.javasdk.core.model.Resource
getServiceClient
-
Constructor Details
-
ResellerCustomerWrapper
public ResellerCustomerWrapper(ResellerCustomerJson resellerCustomerJson, Pageable<ResellerCustomer> serviceClient)
-
-
Method Details
-
update
- Specified by:
updatein interfaceResellerCustomer
-
save
public Boolean save(String accountNumber, String customerAccountNumber, ResellerCustomerUpdaterJson updaterJson) - Specified by:
savein interfaceResellerCustomer
-
delete
- Specified by:
deletein interfaceResellerCustomer
-
refresh
- Specified by:
refreshin interfaceResellerCustomer
-