Class PersonalAccessTokenFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<PersonalAccessToken>
ch.ethz.sis.openbis.generic.asapi.v3.dto.pat.fetchoptions.PersonalAccessTokenFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.pat.fetchoptions.PersonalAccessTokenFetchOptions")
public class PersonalAccessTokenFetchOptions
extends FetchOptions<PersonalAccessToken>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanhasOwner()booleansortBy()withModifierUsing(PersonFetchOptions fetchOptions) withOwnerUsing(PersonFetchOptions 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
-
PersonalAccessTokenFetchOptions
public PersonalAccessTokenFetchOptions()
-
-
Method Details
-
withOwner
-
withOwnerUsing
-
hasOwner
public boolean hasOwner() -
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
withModifier
-
withModifierUsing
-
hasModifier
public boolean hasModifier() -
sortBy
- Specified by:
sortByin classFetchOptions<PersonalAccessToken>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<PersonalAccessToken>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<PersonalAccessToken>
-