Class UiChatDisplay.RequestContextMenuQuery

java.lang.Object
org.teamapps.dto.UiChatDisplay.RequestContextMenuQuery
All Implemented Interfaces:
UiQuery
Enclosing class:
UiChatDisplay

public static class UiChatDisplay.RequestContextMenuQuery
extends java.lang.Object
implements UiQuery
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int chatMessageId  
    protected java.lang.String componentId  
  • Constructor Summary

    Constructors 
    Constructor Description
    RequestContextMenuQuery()
    Deprecated.
    Only for Jackson deserialization.
    RequestContextMenuQuery​(java.lang.String componentId, int chatMessageId)  
  • Method Summary

    Modifier and Type Method Description
    int getChatMessageId()  
    java.lang.String getComponentId()  
    UiQueryType getUiQueryType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait