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