Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.conversation.infos
Class XConversationDetailFilterInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.conversation.infos.XConversationDetailFilterInfo


public class XConversationDetailFilterInfo
extends XDTO

Conversation Detail Filter Information DTO.


Field Summary
 int FromIndex
          Inclusive from index.
 boolean IncludeClosed
          Set true to include closed Conversations.
 boolean IncludeOpen
          Set true to include open Conversations.
 XConversationDetailSortField SortField
          Sort field.
 boolean SortOrderDescending
          Sort field order.
 int ToIndex
          Exclusive to index.

 

Constructor Summary
XConversationDetailFilterInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

FromIndex

public int FromIndex
Inclusive from index.

ToIndex

public int ToIndex
Exclusive to index.

SortField

public XConversationDetailSortField SortField
Sort field.

SortOrderDescending

public boolean SortOrderDescending
Sort field order.

IncludeOpen

public boolean IncludeOpen
Set true to include open Conversations.

IncludeClosed

public boolean IncludeClosed
Set true to include closed Conversations.

Constructor Detail

XConversationDetailFilterInfo

public XConversationDetailFilterInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.