Interface IEntityUpdateOperations<T>

All Known Subinterfaces:
IBillingProfile, ICustomerProfile<T>, ICustomerQualification, ILegalBusinessProfile, IOrganizationProfile, ISubscriptionSupportContact, ISupportProfile
All Known Implementing Classes:
BillingProfileOperations, CustomerBillingProfileOperations, CustomerQualificationOperations, LegalBusinessProfileOperations, OrganizationProfileOperations, SubscriptionSupportContactOperations, SupportProfileOperations

public interface IEntityUpdateOperations<T>
Groups operations for updating a single entity. The entity type.
  • Method Summary

    Modifier and Type Method Description
    T update​(T entity)
    Updates an entity.
  • Method Details

    • update

      T update​(T entity)
      Updates an entity.
      Parameters:
      entity - The entity information.
      Returns:
      The updated entity.