Interface IEntityCreateOperations<T,​T1>

All Known Subinterfaces:
ICartCollection, IConfigurationPolicyCollection, ICustomerApplicationConsentCollection, ICustomerCollection, ICustomerUserCollection, ICustomerUserLicenseUpdates, IDeviceCollection, IDevicesBatchCollection, IOrderCollection, IProductUpgradeCollection, ISubscriptionConversionCollection, ISubscriptionUpgradeCollection, IUserMemberCollection
All Known Implementing Classes:
CartCollectionOperations, ConfigurationPolicyCollectionOperations, CustomerApplicationConsentCollectionOperations, CustomerCollectionOperations, CustomerUserLicenseUpdateOperations, CustomerUsersCollectionOperations, DeviceCollectionOperations, DevicesBatchCollectionOperations, OrderCollectionOperations, ProductUpgradeCollectionOperations, SubscriptionConversionCollectionOperations, SubscriptionUpgradeCollectionOperations, UserMemberCollectionOperations

public interface IEntityCreateOperations<T,​T1>
Groups operations for creating a single entity. The entity type request.The entity type response.
  • Method Summary

    Modifier and Type Method Description
    T1 create​(T newEntity)
    Creates a new entity.
  • Method Details

    • create

      T1 create​(T newEntity)
      Creates a new entity.
      Parameters:
      newEntity - The new entity information.
      Returns:
      The entity information that was just created.