Interface IEntitySelector<TTYpe,​TEntity>

All Known Subinterfaces:
IAvailabilityCollection, IBatchJobStatusCollection, ICartCollection, IConfigurationPolicyCollection, ICustomerApplicationConsentCollection, ICustomerProductCollection, IDeviceCollection, IDevicesBatchCollection, IDirectoryRoleCollection, IInvoiceCollection, IOrderCollection, IOrderLineItemCollection, IPartnerServiceRequestCollection, IProductCollectionByCountry, IProductUpgradeCollection, IReceiptCollection, IServiceRequestCollection, ISkuCollection, IUserMemberCollection
All Known Implementing Classes:
AvailabilityCollectionOperations, BatchJobStatusCollectionOperations, CartCollectionOperations, ConfigurationPolicyCollectionOperations, CustomerApplicationConsentCollectionOperations, CustomerAvailabilityCollectionOperations, CustomerProductCollectionOperations, CustomerServiceRequestCollectionOperations, CustomerSkuCollectionOperations, DeviceCollectionOperations, DevicesBatchCollectionOperations, DirectoryRoleCollectionOperations, InvoiceCollection, OrderCollectionOperations, OrderLineItemCollectionOperations, PartnerServiceRequestCollectionOperations, ProductCollectionByCountryOperations, ProductUpgradeCollectionOperations, ReceiptCollectionOperations, SkuCollectionOperations, UserMemberCollectionOperations

public interface IEntitySelector<TTYpe,​TEntity>
  • Method Summary

    Modifier and Type Method Description
    TEntity byId​(TTYpe id)
    Retrieves the behavior for an entity using the entity's identifier.
  • Method Details

    • byId

      TEntity byId​(TTYpe id)
      Retrieves the behavior for an entity using the entity's identifier.
      Parameters:
      id - The entity's identifier.
      Returns:
      The entity's behavior.