Interface IPromaApiProvider
- 
public interface IPromaApiProviderMain entry point for the individual APIs for interacting with PROMA (product manager).- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IContactPromaApicontact()ICustomerPromaApicustomer()IGenericPromaApigeneric()IHardwareIdPromaApihardwareId()ILicensePromaApilicense()IProductPromaApiproduct()IProductBuildPromaApiproductBuild()IStorePromaApistore()IStoreItemPromaApistoreItem() 
 - 
 
- 
- 
Method Detail
- 
contact
IContactPromaApi contact()
- Returns:
 - API for interacting with contact resources via PROMA (product manager).
 
 
- 
customer
ICustomerPromaApi customer()
- Returns:
 - API for interacting with customer resources via PROMA (product manager).
 
 
- 
generic
IGenericPromaApi generic()
- Returns:
 - API for basic interactions via PROMA (product manager).
 
 
- 
hardwareId
IHardwareIdPromaApi hardwareId()
- Returns:
 - API for interacting with hardware resources via PROMA (product manager).
 
 
- 
license
ILicensePromaApi license()
- Returns:
 - API for interacting with license resources via PROMA (product manager).
 
 
- 
product
IProductPromaApi product()
- Returns:
 - API for interacting with product resources via PROMA (product manager).
 
 
- 
productBuild
IProductBuildPromaApi productBuild()
- Returns:
 - API for interacting with product build resources via PROMA (product manager).
 
 
- 
store
IStorePromaApi store()
- Returns:
 - API for interacting with stores via PROMA (product manager).
 
 
- 
storeItem
IStoreItemPromaApi storeItem()
- Returns:
 - API for interacting with store resources via PROMA (product manager).
 
 
 - 
 
 -