Class AttachmentFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Attachment>
ch.ethz.sis.openbis.generic.asapi.v3.dto.attachment.fetchoptions.AttachmentFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.attachment.fetchoptions.AttachmentFetchOptions")
public class AttachmentFetchOptions
extends FetchOptions<Attachment>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleansortBy()withContentUsing(EmptyFetchOptions fetchOptions) withPreviousVersionUsing(AttachmentFetchOptions fetchOptions) withRegistratorUsing(PersonFetchOptions 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
-
AttachmentFetchOptions
public AttachmentFetchOptions()
-
-
Method Details
-
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
withPreviousVersion
-
withPreviousVersionUsing
-
hasPreviousVersion
public boolean hasPreviousVersion() -
withContent
-
withContentUsing
-
hasContent
public boolean hasContent() -
sortBy
- Specified by:
sortByin classFetchOptions<Attachment>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Attachment>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Attachment>
-