Class InvoiceSummaryCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.invoices.InvoiceSummaryCollectionOperations
- All Implemented Interfaces:
IEntityGetOperations<ResourceCollection<InvoiceSummary>>,IInvoiceSummaryCollection,IPartnerComponent<String>,IPartnerComponentString
public class InvoiceSummaryCollectionOperations extends BasePartnerComponentString implements IInvoiceSummaryCollection
Represents the operations that can be done on invoice summary collection.
-
Constructor Summary
Constructors Constructor Description InvoiceSummaryCollectionOperations(IPartner rootPartnerOperations)Initializes a new instance of the InvoiceSummaryCollectionOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<InvoiceSummary>get()Retrieves the invoice summary collection.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
-
InvoiceSummaryCollectionOperations
Initializes a new instance of the InvoiceSummaryCollectionOperations class.- Parameters:
rootPartnerOperations- The partner operations.
-
-
Method Details
-
get
Retrieves the invoice summary collection. This operation is currently only supported for user based credentials.- Specified by:
getin interfaceIEntityGetOperations<ResourceCollection<InvoiceSummary>>- Specified by:
getin interfaceIInvoiceSummaryCollection- Returns:
- The entity.
-