FieldWriteOptions structure - Android
-
- UpdatedFeb 1, 2024
- 1 minute read
- Washington DC
- API reference
The FieldWriteOptions class provides functions that set the options for updating or creating fields in a record on a ServiceNow instance.
Name | Type | Description |
---|---|---|
queryItems | Map<String, String> | Collection of request query items that represent the write options. |
FieldWriteOptions - FieldWriteOptions(vararg options: FieldWriteOptions.Options)
Sets the options for writing or creating fields in a record on your ServiceNow instance.
Name | Type | Description |
---|---|---|
vararg options | FieldWriteOptions.Options | Options to set when creating or writing to fields. Valid values:
|
Example
The following code example shows how to call this function.