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