Interface ICustomerReadonlyProfile<T extends ResourceBase>
- All Superinterfaces:
IEntityGetOperations<T>,IPartnerComponent<String>,IPartnerComponentString
- All Known Subinterfaces:
ICustomerProfile<T>
- All Known Implementing Classes:
CustomerBillingProfileOperations,CustomerCompanyProfileOperations
public interface ICustomerReadonlyProfile<T extends ResourceBase> extends IPartnerComponentString, IEntityGetOperations<T>
Encapsulates a single customer read-only profile behavior.
-
Method Summary
Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
T get()Retrieves the customer profile.- Specified by:
getin interfaceIEntityGetOperations<T extends ResourceBase>- Returns:
- The customer profile.
-