Constructor and Description |
---|
FindParentsBuilder()
Instantiate a new
FindParents and initialize its collection containers. |
Modifier and Type | Method and Description |
---|---|
Requests.FindParentsBuilder |
parentType(Class<? extends omero.model.IObject>... types) |
Requests.FindParentsBuilder |
parentType(Iterable<String> types) |
Requests.FindParentsBuilder |
parentType(String... types) |
Requests.FindParentsBuilder |
stopBefore(Class<? extends omero.model.IObject>... types) |
Requests.FindParentsBuilder |
stopBefore(Iterable<String> types) |
Requests.FindParentsBuilder |
stopBefore(String... types) |
public FindParentsBuilder()
FindParents
and initialize its collection containers.public Requests.FindParentsBuilder parentType(Iterable<String> types)
types
- the types of parents to find, does not overwrite previous calls;
null
values not permittedpublic final Requests.FindParentsBuilder parentType(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(Iterable<String> types)
types
- the types to exclude from the search, does not overwrite previous calls;
null
values not permittedpublic final Requests.FindParentsBuilder stopBefore(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(String... types)
types
- the types of parents to find, does not overwrite previous calls;
null
values not permittedpublic Requests.FindParentsBuilder stopBefore(String... types)
types
- the types to exclude from the search, does not overwrite previous calls;
null
values not permitted
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.