Package | Description |
---|---|
com.exacttarget.fuelsdk |
Fuel Java SDK Core
|
com.exacttarget.fuelsdk.internal |
Modifier and Type | Method and Description |
---|---|
static FilterPart |
ETSoapObject.toFilterPart(ETExpression expression) |
Modifier and Type | Class and Description |
---|---|
class |
ComplexFilterPart
Java class for ComplexFilterPart complex type.
|
class |
SimpleFilterPart
Java class for SimpleFilterPart complex type.
|
class |
TagFilterPart
Java class for TagFilterPart complex type.
|
Modifier and Type | Field and Description |
---|---|
protected FilterPart |
FilterDefinition.dataFilter |
protected FilterPart |
RetrieveRequest.filter |
protected FilterPart |
Query.filter |
protected FilterPart |
ComplexFilterPart.leftOperand |
protected FilterPart |
ComplexFilterPart.rightOperand |
protected FilterPart |
BusinessUnit.subscriberFilter |
Modifier and Type | Field and Description |
---|---|
protected List<FilterPart> |
ComplexFilterPart.AdditionalOperands.operand |
Modifier and Type | Method and Description |
---|---|
FilterPart |
ObjectFactory.createFilterPart()
Create an instance of
FilterPart |
FilterPart |
FilterDefinition.getDataFilter()
Gets the value of the dataFilter property.
|
FilterPart |
RetrieveRequest.getFilter()
Gets the value of the filter property.
|
FilterPart |
Query.getFilter()
Gets the value of the filter property.
|
FilterPart |
ComplexFilterPart.getLeftOperand()
Gets the value of the leftOperand property.
|
FilterPart |
ComplexFilterPart.getRightOperand()
Gets the value of the rightOperand property.
|
FilterPart |
BusinessUnit.getSubscriberFilter()
Gets the value of the subscriberFilter property.
|
Modifier and Type | Method and Description |
---|---|
List<FilterPart> |
ComplexFilterPart.AdditionalOperands.getOperand()
Gets the value of the operand property.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterDefinition.setDataFilter(FilterPart value)
Sets the value of the dataFilter property.
|
void |
RetrieveRequest.setFilter(FilterPart value)
Sets the value of the filter property.
|
void |
Query.setFilter(FilterPart value)
Sets the value of the filter property.
|
void |
ComplexFilterPart.setLeftOperand(FilterPart value)
Sets the value of the leftOperand property.
|
void |
ComplexFilterPart.setRightOperand(FilterPart value)
Sets the value of the rightOperand property.
|
void |
BusinessUnit.setSubscriberFilter(FilterPart value)
Sets the value of the subscriberFilter property.
|
Copyright © 2017. All rights reserved.