Class CustomerCompanyProfileOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.customers.profiles.CustomerCompanyProfileOperations
- All Implemented Interfaces:
ICustomerReadonlyProfile<CustomerCompanyProfile>,IEntityGetOperations<CustomerCompanyProfile>,IPartnerComponent<String>,IPartnerComponentString
public class CustomerCompanyProfileOperations extends BasePartnerComponentString implements ICustomerReadonlyProfile<CustomerCompanyProfile>
Implements the customer company profile operations.
-
Constructor Summary
Constructors Constructor Description CustomerCompanyProfileOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerCompanyProfileOperations class. -
Method Summary
Modifier and Type Method Description CustomerCompanyProfileget()Gets the customer's company profile.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
-
CustomerCompanyProfileOperations
Initializes a new instance of the CustomerCompanyProfileOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The customer tenant identifer.
-
-
Method Details
-
get
Gets the customer's company profile.- Specified by:
getin interfaceICustomerReadonlyProfile<CustomerCompanyProfile>- Specified by:
getin interfaceIEntityGetOperations<CustomerCompanyProfile>- Returns:
- The customer's company profile.
-