Package | Description |
---|---|
com.versionone.apiclient.filters |
Modifier and Type | Class and Description |
---|---|
class |
AndFilterTerm
Combine terms on a filter using 'and'
|
class |
OrFilterTerm
Combine terms in a filter using 'or'
|
Modifier and Type | Method and Description |
---|---|
GroupFilterTerm |
GroupFilterTerm.and(IFilterTerm... terms)
Create an AndFilterTerm from the array of terms
|
GroupFilterTerm |
GroupFilterTerm.or(IFilterTerm... terms)
Create an OrFilterTerm from the array of terms
|
Copyright © 2015 VersionOne, Inc.. All rights reserved.