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:
java.io.Serializable
@JsonObject("as.dto.deletion.fetchoptions.DeletionFetchOptions") public class DeletionFetchOptions extends FetchOptions<Deletion> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeletionFetchOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FetchOptionsToStringBuilder
getFetchOptionsStringBuilder()
DeletionSortOptions
getSortBy()
boolean
hasDeletedObjects()
DeletionSortOptions
sortBy()
DeletedObjectFetchOptions
withDeletedObjects()
DeletedObjectFetchOptions
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
-
-
-
-
Method Detail
-
withDeletedObjects
public DeletedObjectFetchOptions withDeletedObjects()
-
withDeletedObjectsUsing
public DeletedObjectFetchOptions withDeletedObjectsUsing​(DeletedObjectFetchOptions fetchOptions)
-
hasDeletedObjects
public boolean hasDeletedObjects()
-
sortBy
public DeletionSortOptions sortBy()
- Specified by:
sortBy
in classFetchOptions<Deletion>
-
getSortBy
public DeletionSortOptions getSortBy()
- Specified by:
getSortBy
in classFetchOptions<Deletion>
-
getFetchOptionsStringBuilder
protected FetchOptionsToStringBuilder getFetchOptionsStringBuilder()
- Specified by:
getFetchOptionsStringBuilder
in classFetchOptions<Deletion>
-
-