@ThreadSafe public final class JqlFieldReference extends Object
Modifier and Type | Method and Description |
---|---|
static JqlFieldReferenceBuilder |
create() |
boolean |
equals(Object o) |
String |
getName()
The field name of a Field Reference
|
String |
getProperty()
The property of a Field Reference
|
String |
getReference()
Optional Object Reference of a Field Reference
|
int |
hashCode() |
boolean |
hasReference()
If Field Reference has an object reference.
|
String |
toJql()
JQL string representation of a Field Reference
|
@Nullable public String getReference()
public String toJql()
public static JqlFieldReferenceBuilder create()
public boolean hasReference()
Property
returns an empty string for empty list of references
we need to allow users to supply empty strings as reference and treat them as "no object references.Copyright © 2002-2022 Atlassian. All Rights Reserved.