ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class DataSetFetchOptions

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.basic.dto.FetchOptions<DataSetFetchOption>
      extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSetFetchOptions
All Implemented Interfaces:
java.io.Serializable

@JsonObject(value="DataSetFetchOptions")
public class DataSetFetchOptions
extends ch.systemsx.cisd.openbis.generic.shared.basic.dto.FetchOptions<DataSetFetchOption>

See Also:
Serialized Form

Constructor Summary
DataSetFetchOptions()
           
DataSetFetchOptions(DataSetFetchOption... options)
           
 
Method Summary
 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.FetchOptions
addOption, equals, hashCode, isSetOf, isSubsetOf, isSupersetOf, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSetFetchOptions

public DataSetFetchOptions()

DataSetFetchOptions

public DataSetFetchOptions(DataSetFetchOption... options)