public static interface

GDataProtocol.Method

com.google.gdata.client.GDataProtocol.Method

Class Overview

The Method interface defines extended method names used within the GData protocol.

Summary

Constants
String PATCH The PATCH method is used to request a GData partial update, where parts of the target resource can be updated or deleted.

Constants

public static final String PATCH

The PATCH method is used to request a GData partial update, where parts of the target resource can be updated or deleted.

Constant Value: "PATCH"