@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class JqlQueryFieldEntityProperty extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JqlQueryFieldEntityProperty.TypeEnum
The type of the property value extraction.
|
| Constructor and Description |
|---|
JqlQueryFieldEntityProperty() |
| Modifier and Type | Method and Description |
|---|---|
JqlQueryFieldEntityProperty |
entity(String entity) |
boolean |
equals(Object o) |
String |
getEntity()
The object on which the property is set.
|
String |
getKey()
The key of the property.
|
String |
getPath()
The path in the property value to query.
|
JqlQueryFieldEntityProperty.TypeEnum |
getType()
The type of the property value extraction.
|
int |
hashCode() |
JqlQueryFieldEntityProperty |
key(String key) |
JqlQueryFieldEntityProperty |
path(String path) |
void |
setEntity(String entity) |
void |
setKey(String key) |
void |
setPath(String path) |
void |
setType(JqlQueryFieldEntityProperty.TypeEnum type) |
String |
toString() |
JqlQueryFieldEntityProperty |
type(JqlQueryFieldEntityProperty.TypeEnum type) |
public JqlQueryFieldEntityProperty entity(String entity)
public String getEntity()
public void setEntity(String entity)
public JqlQueryFieldEntityProperty key(String key)
public String getKey()
public void setKey(String key)
public JqlQueryFieldEntityProperty path(String path)
public String getPath()
public void setPath(String path)
public JqlQueryFieldEntityProperty type(JqlQueryFieldEntityProperty.TypeEnum type)
public JqlQueryFieldEntityProperty.TypeEnum getType()
public void setType(JqlQueryFieldEntityProperty.TypeEnum type)
Copyright © 2011–2021 Everit Kft.. All rights reserved.