public static class QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> extends Object
| Constructor and Description |
|---|
PartialMembershipQueryWithEntityToMatch(Class<T> returnType,
EntityDescriptor entityToReturn,
EntityDescriptor entityToMatch,
boolean findMembers)
Deprecated.
Use
#PartialMembershipQueryWithEntityToMatch(Class, EntityDescriptor, EntityDescriptor, boolean, SearchRestriction) instead. Since v2.9. |
PartialMembershipQueryWithEntityToMatch(Class<T> returnType,
EntityDescriptor entityToReturn,
EntityDescriptor entityToMatch,
boolean findMembers,
SearchRestriction searchRestriction) |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder.PartialMembershipQueryWithNameToMatch<T> |
withName(String name) |
QueryBuilder.PartialMembershipQueryWithNameToMatch<T> |
withNames(String... names) |
@Deprecated public PartialMembershipQueryWithEntityToMatch(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers)
#PartialMembershipQueryWithEntityToMatch(Class, EntityDescriptor, EntityDescriptor, boolean, SearchRestriction) instead. Since v2.9.public PartialMembershipQueryWithEntityToMatch(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, SearchRestriction searchRestriction)
public QueryBuilder.PartialMembershipQueryWithNameToMatch<T> withName(String name)
public QueryBuilder.PartialMembershipQueryWithNameToMatch<T> withNames(String... names)
Copyright © 2016 Atlassian. All rights reserved.