Class LinkedDataFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<LinkedData>
ch.ethz.sis.openbis.generic.asapi.v3.dto.dataset.fetchoptions.LinkedDataFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.dataset.fetchoptions.LinkedDataFetchOptions")
public class LinkedDataFetchOptions
extends FetchOptions<LinkedData>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleansortBy()withExternalDmsUsing(ExternalDmsFetchOptions 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
-
LinkedDataFetchOptions
public LinkedDataFetchOptions()
-
-
Method Details
-
withExternalDms
-
withExternalDmsUsing
-
hasExternalDms
public boolean hasExternalDms() -
sortBy
- Specified by:
sortByin classFetchOptions<LinkedData>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<LinkedData>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<LinkedData>
-