Class ResellerCustomerOperator
java.lang.Object
api.equinix.javasdk.core.model.ResourceImpl<ResellerCustomer>
api.equinix.javasdk.customerportal.model.json.creators.ResellerCustomerOperator
- All Implemented Interfaces:
Resource<ResellerCustomer>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionupdate(String accountNumber, ResellerCustomerJson resellerCustomerJson) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.equinix.javasdk.core.model.Resource
getServiceClient
-
Constructor Details
-
ResellerCustomerOperator
-
-
Method Details
-
create
public ResellerCustomerOperator.ResellerCustomerBuilder create(String accountNumber, String customerAccountName) -
update
public ResellerCustomerOperator.ResellerCustomerUpdater update(String accountNumber, ResellerCustomerJson resellerCustomerJson)
-