public class

HubSpotListFilter

extends Object
java.lang.Object
   ↳ org.mule.module.hubspot.model.list.HubSpotListFilter

Summary

Fields
private String list
private String operator
private String property
private String type
private String value
Public Constructors
HubSpotListFilter()
Public Methods
String getList()
String getOperator()
String getProperty()
String getType()
String getValue()
void setList(String list)
void setOperator(String operator)
void setProperty(String property)
void setType(String type)
void setValue(String value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String list

private String operator

private String property

private String type

private String value

Public Constructors

public HubSpotListFilter ()

Public Methods

public String getList ()

public String getOperator ()

public String getProperty ()

public String getType ()

public String getValue ()

public void setList (String list)

Parameters
list

public void setOperator (String operator)

Parameters
operator

public void setProperty (String property)

Parameters
property

public void setType (String type)

Parameters
type

public void setValue (String value)

Parameters
value