com.moyosoft.exchange.search
Interface Restriction.RestrictedBoolean

All Superinterfaces:
Restriction, Restriction.RestrictedValue
All Known Subinterfaces:
Restriction.BooleanField
Enclosing interface:
Restriction

public static interface Restriction.RestrictedBoolean
extends Restriction.RestrictedValue


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.moyosoft.exchange.search.Restriction
Restriction.BooleanField, Restriction.DateField, Restriction.EnumField, Restriction.Field, Restriction.IdField, Restriction.IntegerField, Restriction.RestrictedBoolean, Restriction.RestrictedDate, Restriction.RestrictedEnum, Restriction.RestrictedId, Restriction.RestrictedInteger, Restriction.RestrictedString, Restriction.RestrictedValue, Restriction.StringField
 
Method Summary
 Restriction.BooleanField and()
           
 Restriction.BooleanField or()
           
 
Methods inherited from interface com.moyosoft.exchange.search.Restriction
and, or
 

Method Detail

and

Restriction.BooleanField and()

or

Restriction.BooleanField or()