public class

CustomField

extends Object
java.lang.Object
   ↳ org.mule.modules.drupal.model.CustomField

Class Overview

Drupal use for all custom fields that are not defined by default a list of maps. The name of the field is the machine name set to it and then comes a list of maps named "und".

In JSON a custom field looks like: "custom_field_machine_name":{"und":[{"property_name":"property value"}]}

Summary

Fields
List<Map> und List of maps that contains all the fields required to setupd the custom field.
Public Constructors
CustomField()
Public Methods
List<Map> getUnd()
void setUnd(List<Map> und)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

List<Map> und

List of maps that contains all the fields required to setupd the custom field.

Public Constructors

public CustomField ()

Public Methods

public List<Map> getUnd ()

public void setUnd (List<Map> und)

Parameters
und