Uses of Class
com.mindee.parsing.standard.BooleanField
-
Packages that use BooleanField Package Description com.mindee.parsing.generated com.mindee.product.us.usmail -
-
Uses of BooleanField in com.mindee.parsing.generated
Methods in com.mindee.parsing.generated that return BooleanField Modifier and Type Method Description BooleanField
GeneratedFeature. asBooleanField()
BooleanField
GeneratedObject. asBooleanField()
Represent the object as a standardBooleanField
. -
Uses of BooleanField in com.mindee.product.us.usmail
Fields in com.mindee.product.us.usmail declared as BooleanField Modifier and Type Field Description protected BooleanField
UsMailV3Document. isReturnToSender
Whether the mailing is marked as return to sender.Methods in com.mindee.product.us.usmail that return BooleanField Modifier and Type Method Description BooleanField
UsMailV3Document. getIsReturnToSender()
Whether the mailing is marked as return to sender.
-