Class WorkflowClientCallsInterceptor.ListWorkflowExecutionsInput

  • Enclosing interface:
    WorkflowClientCallsInterceptor

    public static final class WorkflowClientCallsInterceptor.ListWorkflowExecutionsInput
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ListWorkflowExecutionsInput​(java.lang.String query, java.lang.Integer pageSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getPageSize()  
      java.lang.String getQuery()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListWorkflowExecutionsInput

        public ListWorkflowExecutionsInput​(@Nullable
                                           java.lang.String query,
                                           @Nullable
                                           java.lang.Integer pageSize)
    • Method Detail

      • getQuery

        @Nullable
        public java.lang.String getQuery()
      • getPageSize

        @Nullable
        public java.lang.Integer getPageSize()