public class MessageIndexQueryRequest
extends org.flowable.common.rest.api.PaginateRequest
| Modifier and Type | Field and Description | 
|---|---|
| protected String | participantUserId | 
| protected String | searchText | 
| protected String | senderId | 
| protected Instant | sentAfter | 
| protected Instant | sentBefore | 
| Constructor and Description | 
|---|
| MessageIndexQueryRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getParticipantUserId() | 
| String | getSearchText() | 
| String | getSenderId() | 
| Instant | getSentAfter() | 
| Instant | getSentBefore() | 
| Integer | getSize() | 
| Integer | getStart() | 
| boolean | isExcludePrivate() | 
| boolean | isExcludeSticky() | 
| void | setExcludePrivate(boolean excludePrivate) | 
| void | setExcludeSticky(boolean excludeSticky) | 
| void | setParticipantUserId(String participantUserId) | 
| void | setSearchText(String searchText) | 
| void | setSenderId(String senderId) | 
| void | setSentAfter(Instant sentAfter) | 
| void | setSentBefore(Instant sentBefore) | 
protected String searchText
protected String senderId
protected String participantUserId
protected Instant sentAfter
protected Instant sentBefore
public String getSearchText()
public void setSearchText(String searchText)
public String getSenderId()
public void setSenderId(String senderId)
public String getParticipantUserId()
public void setParticipantUserId(String participantUserId)
public Instant getSentAfter()
public void setSentAfter(Instant sentAfter)
public Instant getSentBefore()
public void setSentBefore(Instant sentBefore)
public boolean isExcludePrivate()
public void setExcludePrivate(boolean excludePrivate)
public boolean isExcludeSticky()
public void setExcludeSticky(boolean excludeSticky)
public Integer getStart()
getStart in class org.flowable.common.rest.api.PaginateRequestpublic Integer getSize()
getSize in class org.flowable.common.rest.api.PaginateRequestCopyright © 2019. All rights reserved.