Interface IEntireEntityCollectionRetrievalOperations<T,TResourceCollection extends ResourceCollection<T>>
- All Known Subinterfaces:
IAgreementDetailsCollection,IAvailabilityCollection,IAvailabilityCollectionByTargetSegment,IAvailabilityCollectionByTargetSegmentByReservationScopeOperations,ICategoryOffersCollection,IConfigurationPolicyCollection,ICustomerAgreementCollection,ICustomerCollection,ICustomerLicensesDeploymentInsightsCollection,ICustomerLicensesUsageInsightsCollection,ICustomerOfferCategoryCollection,ICustomerOfferCollection,ICustomerProductCollectionByTargetView,ICustomerProductCollectionByTargetViewByReservationScope,ICustomerProductCollectionByTargetViewByTargetSegment,ICustomerProductCollectionByTargetViewByTargetSegmentByReservationScope,ICustomerRelationshipCollection,ICustomerSubscribedSkuCollection,ICustomerUsageRecordCollection,ICustomerUserCollection,ICustomerUserLicenseCollection,ICustomerUserRoleCollection,IDeviceCollection,IDevicesBatchCollection,IDirectoryRoleCollection,IEntitlementCollection,IEntitlementCollectionByEntitlementType,IEntityCollectionRetrievalOperations<T,TResourceCollection>,IInvoiceCollection,IInvoiceLineItemCollection,IManagedServiceCollection,IOfferAddOns,IOfferCategoryCollection,IOrderActivationLinks,IOrderCollection,IOrderCollectionByBillingCycleType,IOrderProvisioningStatus,IPartnerLicensesDeploymentInsightsCollection,IPartnerLicensesUsageInsightsCollection,IPartnerServiceRequestCollection,IProductCollectionByCountryByTargetView,IProductCollectionByCountryByTargetViewByTargetSegment,IReconciliationLineItemCollection,IResourceUsageRecordCollection,IServiceCostLineItemsCollection,IServiceIncidentCollection,IServiceRequestCollection,ISkuCollection,ISkuCollectionByTargetSegment,ISubscriptionActivationLinks,ISubscriptionAddOnCollection,ISubscriptionCollection,ISubscriptionConversionCollection,ISubscriptionMonthlyUsageRecordCollection,ISubscriptionUpgradeCollection,ISupportTopicsCollection,IUsageRecordByMeterCollection,IUsageRecordByResourceCollection,IUserMemberCollection
- All Known Implementing Classes:
AgreementDetailsCollectionOperations,AvailabilityCollectionByTargetSegmentByReservationScopeOperations,AvailabilityCollectionByTargetSegmentOperations,AvailabilityCollectionOperations,CategoryOffersCollectionOperations,ConfigurationPolicyCollectionOperations,CustomerAgreementCollectionOperations,CustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations,CustomerAvailabilityCollectionByTargetSegmentOperations,CustomerAvailabilityCollectionOperations,CustomerCollectionOperations,CustomerLicensesDeploymentInsightsCollectionOperations,CustomerLicensesUsageInsightsCollectionOperations,CustomerOfferCategoryCollectionOperations,CustomerOfferCollectionOperations,CustomerProductCollectionByTargetViewByReservationScopeOperations,CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations,CustomerProductCollectionByTargetViewByTargetSegmentOperations,CustomerProductCollectionByTargetViewOperations,CustomerRelationshipCollectionOperations,CustomerServiceRequestCollectionOperations,CustomerSkuCollectionByTargetSegmentOperations,CustomerSkuCollectionOperations,CustomerSubscribedSkuCollectionOperations,CustomerUsageRecordCollectionOperations,CustomerUserLicenseCollectionOperations,CustomerUserRoleCollectionOperations,CustomerUsersCollectionOperations,DeviceCollectionOperations,DevicesBatchCollectionOperations,DirectoryRoleCollectionOperations,EntitlementCollectionByEntitlementTypeOperations,EntitlementCollectionOperations,InvoiceCollection,InvoiceLineItemCollectionOperations,ManagedServiceCollectionOperations,OfferAddOnsOperations,OfferCategoryCollectionOperations,OrderCollectionByBillingCycleTypeOperations,OrderCollectionOperations,OrderProvisioningStatusOperations,OrderSubscriptionCollectionOperations,PartnerLicensesDeploymentInsightsCollectionOperations,PartnerLicensesUsageInsightsCollectionOperations,PartnerServiceRequestCollectionOperations,PartnerSubscriptionCollectionOperations,ProductCollectionByCountryByTargetViewByTargetSegmentOperations,ProductCollectionByCountryByTargetViewOperations,ReconciliationLineItemCollectionOperations,ResourceUsageRecordCollectionOperations,ServiceCostLineItemsOperations,ServiceIncidentCollectionOperations,SkuCollectionByTargetSegmentOperations,SkuCollectionOperations,SubscriptionActivationLinksOperations,SubscriptionAddOnCollectionOperations,SubscriptionCollectionOperations,SubscriptionConversionCollectionOperations,SubscriptionMonthlyUsageRecordCollectionOperations,SubscriptionUpgradeCollectionOperations,SupportTopicsCollectionOperations,UsageRecordByMeterCollectionOperations,UsageRecordByResourceCollectionOperations,UserMemberCollectionOperations
public interface IEntireEntityCollectionRetrievalOperations<T,TResourceCollection extends ResourceCollection<T>>
A generic interface which represents operations for getting an entire collection of entities. The entity type.The
entity collection type.
-
Method Summary
Modifier and Type Method Description TResourceCollectionget()Retrieves all entities.
-
Method Details
-
get
TResourceCollection get()Retrieves all entities.- Returns:
- The entities.
-