Interface IEntityPatchOperations<T extends ResourceBase>

All Known Subinterfaces:
IConfigurationPolicy, ICustomer, ICustomerUsageSpendingBudget, ICustomerUser, IDevice, IOrder, IServiceRequest, ISubscription
All Known Implementing Classes:
ConfigurationPolicyOperations, CustomerOperations, CustomerServiceRequestOperations, CustomerUsageSpendingBudgetOperations, CustomerUserOperations, DeviceOperations, OrderOperations, PartnerServiceRequestOperations, SubscriptionOperations

public interface IEntityPatchOperations<T extends ResourceBase>
Groups operations for getting a single entity. The entity type.
  • Method Summary

    Modifier and Type Method Description
    T patch​(T entity)
    Patches an entity.
  • Method Details

    • patch

      T patch​(T entity)
      Patches an entity.
      Parameters:
      entity - The entity information.
      Returns:
      The updated entity.