Class TranslationQueryRequest
java.lang.Object
org.flowable.common.rest.api.PaginateRequest
com.flowable.platform.service.translation.TranslationQueryRequest
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.rest.api.PaginateRequest
order, size, sort, start -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getKey()getValue()voidvoidvoidvoidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidvoidsetValueLike(String valueLike) voidsetValueLikeIgnoreCase(String valueLikeIgnoreCase)
-
Field Details
-
id
-
scopeId
-
scopeType
-
key
-
locale
-
value
-
valueLike
-
valueLikeIgnoreCase
-
-
Constructor Details
-
TranslationQueryRequest
public TranslationQueryRequest()
-
-
Method Details
-
getId
-
setId
-
getScopeId
-
setScopeId
-
getScopeType
-
setScopeType
-
getKey
-
setKey
-
getLocale
-
setLocale
-
getValue
-
setValue
-
getValueLike
-
setValueLike
-
getValueLikeIgnoreCase
-
setValueLikeIgnoreCase
-