Class CustomerProfileCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.customers.profiles.CustomerProfileCollectionOperations
- All Implemented Interfaces:
ICustomerProfileCollection,IPartnerComponent<String>,IPartnerComponentString
public class CustomerProfileCollectionOperations extends BasePartnerComponentString implements ICustomerProfileCollection
Implements customer profile collection operations.
-
Constructor Summary
Constructors Constructor Description CustomerProfileCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerProfileCollectionOperations class. -
Method Summary
Modifier and Type Method Description ICustomerProfile<CustomerBillingProfile>getBilling()Gets the customer's billing profile operations.ICustomerReadonlyProfile<CustomerCompanyProfile>getCompany()Gets the customer's company profile operations.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
CustomerProfileCollectionOperations
Initializes a new instance of the CustomerProfileCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The customer identifier.
-
-
Method Details
-
getBilling
Gets the customer's billing profile operations.- Specified by:
getBillingin interfaceICustomerProfileCollection- Returns:
- The customer's billing profile operations.
-
getCompany
Gets the customer's company profile operations.- Specified by:
getCompanyin interfaceICustomerProfileCollection- Returns:
- The customer's company profile operations.
-