/// <summary>
 /// Update entity in adoxio_rmreviews
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioRmreviewid'>
 /// key: adoxio_rmreviewid of adoxio_rmreview
 /// </param>
 /// <param name='body'>
 /// New property values
 /// </param>
 /// <param name='customHeaders'>
 /// Headers that will be added to request.
 /// </param>
 public static HttpOperationResponse UpdateWithHttpMessages(this IRmreviews operations, string adoxioRmreviewid, MicrosoftDynamicsCRMadoxioRmreview body, Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.UpdateWithHttpMessagesAsync(adoxioRmreviewid, body, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Update entity in adoxio_rmreviews
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioRmreviewid'>
 /// key: adoxio_rmreviewid of adoxio_rmreview
 /// </param>
 /// <param name='body'>
 /// New property values
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task UpdateAsync(this IRmreviews operations, string adoxioRmreviewid, MicrosoftDynamicsCRMadoxioRmreview body, CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.UpdateWithHttpMessagesAsync(adoxioRmreviewid, body, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }