Class PhysicalDataFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<PhysicalData>
ch.ethz.sis.openbis.generic.asapi.v3.dto.dataset.fetchoptions.PhysicalDataFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.dataset.fetchoptions.PhysicalDataFetchOptions")
public class PhysicalDataFetchOptions
extends FetchOptions<PhysicalData>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleansortBy()withLocatorTypeUsing(LocatorTypeFetchOptions fetchOptions) withStorageFormatUsing(StorageFormatFetchOptions fetchOptions) Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions
cacheMode, count, from, getCacheMode, getCount, getFrom, toString
-
Constructor Details
-
PhysicalDataFetchOptions
public PhysicalDataFetchOptions()
-
-
Method Details
-
withStorageFormat
-
withStorageFormatUsing
-
hasStorageFormat
public boolean hasStorageFormat() -
withLocatorType
-
withLocatorTypeUsing
-
hasLocatorType
public boolean hasLocatorType() -
sortBy
- Specified by:
sortByin classFetchOptions<PhysicalData>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<PhysicalData>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<PhysicalData>
-