Class TypeGroupAssignmentFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<TypeGroupAssignment>
ch.ethz.sis.openbis.generic.asapi.v3.dto.typegroup.fetchoptions.TypeGroupAssignmentFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.typegroup.fetchoptions.TypeGroupAssignmentFetchOptions")
public class TypeGroupAssignmentFetchOptions
extends FetchOptions<TypeGroupAssignment>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleansortBy()withRegistratorUsing(PersonFetchOptions fetchOptions) withSampleTypeUsing(SampleTypeFetchOptions fetchOptions) withTypeGroupUsing(TypeGroupFetchOptions 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
-
TypeGroupAssignmentFetchOptions
public TypeGroupAssignmentFetchOptions()
-
-
Method Details
-
withTypeGroup
-
withTypeGroupUsing
-
hasTypeGroup
public boolean hasTypeGroup() -
withSampleType
-
withSampleTypeUsing
-
hasSampleType
public boolean hasSampleType() -
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
sortBy
- Specified by:
sortByin classFetchOptions<TypeGroupAssignment>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<TypeGroupAssignment>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<TypeGroupAssignment>
-