public class UpdateFolderMetadataByIdRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateFolderMetadataByIdRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
from
The location in the metadata JSON object to move or copy a value from.
|
protected EnumWrapper<UpdateFolderMetadataByIdRequestBodyOpField> |
op
The type of change to perform on the template.
|
protected String |
path
The location in the metadata JSON object to apply the changes to, in the format of a
[JSON-Pointer](https://tools.ietf.org/html/rfc6901).
|
protected MetadataInstanceValue |
value |
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UpdateFolderMetadataByIdRequestBody() |
protected |
UpdateFolderMetadataByIdRequestBody(UpdateFolderMetadataByIdRequestBody.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFrom() |
EnumWrapper<UpdateFolderMetadataByIdRequestBodyOpField> |
getOp() |
String |
getPath() |
MetadataInstanceValue |
getValue() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<UpdateFolderMetadataByIdRequestBodyOpField> op
protected String path
The path must always be prefixed with a `/` to represent the root of the template. The characters `~` and `/` are reserved characters and must be escaped in the key.
protected MetadataInstanceValue value
public UpdateFolderMetadataByIdRequestBody()
protected UpdateFolderMetadataByIdRequestBody(UpdateFolderMetadataByIdRequestBody.Builder builder)
public EnumWrapper<UpdateFolderMetadataByIdRequestBodyOpField> getOp()
public MetadataInstanceValue getValue()