com.splunk
Class SavedSearchCollectionArgs

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<java.lang.String,java.lang.Object>
              extended by com.splunk.Args
                  extended by com.splunk.CollectionArgs
                      extended by com.splunk.SavedSearchCollectionArgs
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>

public class SavedSearchCollectionArgs
extends CollectionArgs

The SavedSearchCollectionArgs class contains arguments getting a collection of saved searches.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.splunk.CollectionArgs
CollectionArgs.SortDirection, CollectionArgs.SortMode
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
SavedSearchCollectionArgs()
          Class constructor.
 
Method Summary
 void setEarliestTime(java.lang.String earliestTime)
          Sets the earliest time for which to display the scheduled times for scheduled searches (not just the next run time).
 void setLatestTime(java.lang.String latestTime)
          Sets the latest time until which to display the scheduled times for scheduled searches (not just the next run time).
 
Methods inherited from class com.splunk.CollectionArgs
setApp, setCount, setOffset, setOwner, setSearch, setSharing, setSortDirection, setSortKey, setSortMode
 
Methods inherited from class com.splunk.Args
add, create, create, create, encode, encode, encode, get
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get, removeEldestEntry
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

SavedSearchCollectionArgs

public SavedSearchCollectionArgs()
Class constructor.

Method Detail

setEarliestTime

public void setEarliestTime(java.lang.String earliestTime)
Sets the earliest time for which to display the scheduled times for scheduled searches (not just the next run time).

Parameters:
earliestTime - The earliest time.

setLatestTime

public void setLatestTime(java.lang.String latestTime)
Sets the latest time until which to display the scheduled times for scheduled searches (not just the next run time).

Parameters:
latestTime - The latest time.