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 Details

    • id

      protected String id
    • scopeId

      protected String scopeId
    • scopeType

      protected String scopeType
    • key

      protected String key
    • locale

      protected String locale
    • value

      protected String value
    • valueLike

      protected String valueLike
    • valueLikeIgnoreCase

      protected String valueLikeIgnoreCase
  • Constructor Details

    • TranslationQueryRequest

      public TranslationQueryRequest()
  • Method Details

    • 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)