Class AuthorizationGroupFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<AuthorizationGroup>
ch.ethz.sis.openbis.generic.asapi.v3.dto.authorizationgroup.fetchoptions.AuthorizationGroupFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.authorizationgroup.fetchoptions.AuthorizationGroupFetchOptions")
public class AuthorizationGroupFetchOptions
extends FetchOptions<AuthorizationGroup>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleanhasUsers()sortBy()withRegistratorUsing(PersonFetchOptions fetchOptions) withRoleAssignmentsUsing(RoleAssignmentFetchOptions fetchOptions) withUsersUsing(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
-
AuthorizationGroupFetchOptions
public AuthorizationGroupFetchOptions()
-
-
Method Details
-
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
withUsers
-
withUsersUsing
-
hasUsers
public boolean hasUsers() -
withRoleAssignments
-
withRoleAssignmentsUsing
-
hasRoleAssignments
public boolean hasRoleAssignments() -
sortBy
- Specified by:
sortByin classFetchOptions<AuthorizationGroup>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<AuthorizationGroup>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<AuthorizationGroup>
-