Class SessionInformationFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<SessionInformation>
ch.ethz.sis.openbis.generic.asapi.v3.dto.session.fetchoptions.SessionInformationFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.session.fetchoptions.SessionInformationFetchOptions")
public class SessionInformationFetchOptions
extends FetchOptions<SessionInformation>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleansortBy()withCreatorPersonUsing(PersonFetchOptions fetchOptions) withPersonUsing(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
-
SessionInformationFetchOptions
public SessionInformationFetchOptions()
-
-
Method Details
-
withPerson
-
withPersonUsing
-
hasPerson
public boolean hasPerson() -
withCreatorPerson
-
withCreatorPersonUsing
-
hasCreatorPerson
public boolean hasCreatorPerson() -
sortBy
- Specified by:
sortByin classFetchOptions<SessionInformation>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<SessionInformation>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<SessionInformation>
-