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