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 Details
-
update
Updates an entity.- Parameters:
entity- The entity information.- Returns:
- The updated entity.
-