Class TranslationQueryRequest
- java.lang.Object
-
- org.flowable.common.rest.api.PaginateRequest
-
- com.flowable.platform.service.translation.TranslationQueryRequest
-
public class TranslationQueryRequest extends PaginateRequest
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected String
id
protected String
key
protected String
locale
protected String
scopeId
protected String
scopeType
protected String
value
protected String
valueLike
protected String
valueLikeIgnoreCase
-
Fields inherited from class org.flowable.common.rest.api.PaginateRequest
order, size, sort, start
-
-
Constructor Summary
Constructors Constructor Description TranslationQueryRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getKey()
String
getLocale()
String
getScopeId()
String
getScopeType()
String
getValue()
String
getValueLike()
String
getValueLikeIgnoreCase()
void
setId(String id)
void
setKey(String key)
void
setLocale(String locale)
void
setScopeId(String scopeId)
void
setScopeType(String scopeType)
void
setValue(String value)
void
setValueLike(String valueLike)
void
setValueLikeIgnoreCase(String valueLikeIgnoreCase)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getScopeId
public String getScopeId()
-
setScopeId
public void setScopeId(String scopeId)
-
getScopeType
public String getScopeType()
-
setScopeType
public void setScopeType(String scopeType)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getLocale
public String getLocale()
-
setLocale
public void setLocale(String locale)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getValueLike
public String getValueLike()
-
setValueLike
public void setValueLike(String valueLike)
-
getValueLikeIgnoreCase
public String getValueLikeIgnoreCase()
-
setValueLikeIgnoreCase
public void setValueLikeIgnoreCase(String valueLikeIgnoreCase)
-
-