The metadata type exposes the following methods.
Name | Description | |
---|---|---|
![]() |
addCustomField(String,String,Boolean) | Adds a field to the collection. |
![]() |
enableAllStandardFields(Boolean) | Enables or disables all the standard POST fields. |
![]() |
enableStandardField(String,Boolean) | Enables or disables the specified standard POST field. |
![]() |
removeCustomField(String) | Removes a field with the specified name. |
![]() |
renameStandardField(String,String) | Renames the specified standard POST field. |
![]() |
uploadRequestHeaders(Object) | Adds a HTTP header to the POST request. |