public class DocumentDeploymentQueryProperty extends Object implements QueryProperty
Modifier and Type | Field and Description |
---|---|
static DocumentDeploymentQueryProperty |
DEPLOY_TIME |
static DocumentDeploymentQueryProperty |
DEPLOYMENT_ID |
static DocumentDeploymentQueryProperty |
DEPLOYMENT_NAME |
static DocumentDeploymentQueryProperty |
DEPLOYMENT_TENANT_ID |
Constructor and Description |
---|
DocumentDeploymentQueryProperty(String name) |
Modifier and Type | Method and Description |
---|---|
static DocumentDeploymentQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final DocumentDeploymentQueryProperty DEPLOYMENT_ID
public static final DocumentDeploymentQueryProperty DEPLOYMENT_NAME
public static final DocumentDeploymentQueryProperty DEPLOYMENT_TENANT_ID
public static final DocumentDeploymentQueryProperty DEPLOY_TIME
public DocumentDeploymentQueryProperty(String name)
public String getName()
getName
in interface QueryProperty
public static DocumentDeploymentQueryProperty findByName(String propertyName)