public static class Requests.FindChildrenBuilder
extends java.lang.Object
FindChildren instances.| Constructor and Description | 
|---|
| FindChildrenBuilder()Instantiate a new  FindChildrenand initialize its collection containers. | 
| Modifier and Type | Method and Description | 
|---|---|
| Requests.FindChildrenBuilder | childType(java.lang.Class<? extends omero.model.IObject>... types) | 
| Requests.FindChildrenBuilder | childType(java.lang.Iterable<java.lang.String> types) | 
| Requests.FindChildrenBuilder | childType(java.lang.String... types) | 
| Requests.FindChildrenBuilder | stopBefore(java.lang.Class<? extends omero.model.IObject>... types) | 
| Requests.FindChildrenBuilder | stopBefore(java.lang.Iterable<java.lang.String> types) | 
| Requests.FindChildrenBuilder | stopBefore(java.lang.String... types) | 
public FindChildrenBuilder()
FindChildren and initialize its collection containers.public Requests.FindChildrenBuilder childType(java.lang.Iterable<java.lang.String> types)
types - the types of children to find, does not overwrite previous calls;
 null values not permittedpublic final Requests.FindChildrenBuilder childType(java.lang.Class<? extends omero.model.IObject>... types)
types - the types of children to find, does not overwrite previous calls;
 null values not permittedpublic Requests.FindChildrenBuilder stopBefore(java.lang.Iterable<java.lang.String> types)
types - the types to exclude from the search, does not overwrite previous calls;
 null values not permittedpublic final Requests.FindChildrenBuilder stopBefore(java.lang.Class<? extends omero.model.IObject>... types)
types - the types to exclude from the search, does not overwrite previous calls;
 null values not permittedpublic Requests.FindChildrenBuilder childType(java.lang.String... types)
types - the types of children to find, does not overwrite previous calls;
 null values not permittedpublic Requests.FindChildrenBuilder stopBefore(java.lang.String... types)
types - the types to exclude from the search, does not overwrite previous calls;
 null values not permitted