public class

TaxonomyVocabularyRequest

extends DrupalEntity
java.lang.Object
   ↳ org.mule.modules.drupal.model.DrupalEntity
     ↳ org.mule.modules.drupal.model.TaxonomyVocabularyRequest

Class Overview

Container for the TaxonomyVocabulary requests

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.drupal.model.DrupalEntity
Fields
ArrayList<TaxonomyVocabulary> vocabulary List of taxonomy vocabulary that will be in the request
[Expand]
Inherited Fields
From class org.mule.modules.drupal.model.DrupalEntity
Public Constructors
TaxonomyVocabularyRequest()
Public Methods
ArrayList<TaxonomyVocabulary> getVocabulary()
void setVocabulary(ArrayList<TaxonomyVocabulary> vocabulary)
[Expand]
Inherited Methods
From class org.mule.modules.drupal.model.DrupalEntity
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -8472333223052455228 (0x8a6c39d26d37d2c4)

Fields

ArrayList<TaxonomyVocabulary> vocabulary

List of taxonomy vocabulary that will be in the request

Public Constructors

public TaxonomyVocabularyRequest ()

Public Methods

public ArrayList<TaxonomyVocabulary> getVocabulary ()

public void setVocabulary (ArrayList<TaxonomyVocabulary> vocabulary)

Parameters
vocabulary