Class RoleAssignmentFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<RoleAssignment>
ch.ethz.sis.openbis.generic.asapi.v3.dto.roleassignment.fetchoptions.RoleAssignmentFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.roleassignment.fetchoptions.RoleAssignmentFetchOptions")
public class RoleAssignmentFetchOptions
extends FetchOptions<RoleAssignment>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleanbooleanhasSpace()booleanhasUser()sortBy()withAuthorizationGroupUsing(AuthorizationGroupFetchOptions fetchOptions) withProjectUsing(ProjectFetchOptions fetchOptions) withRegistratorUsing(PersonFetchOptions fetchOptions) withSpaceUsing(SpaceFetchOptions fetchOptions) withUser()withUserUsing(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
-
RoleAssignmentFetchOptions
public RoleAssignmentFetchOptions()
-
-
Method Details
-
withUser
-
withUserUsing
-
hasUser
public boolean hasUser() -
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
withAuthorizationGroup
-
withAuthorizationGroupUsing
public AuthorizationGroupFetchOptions withAuthorizationGroupUsing(AuthorizationGroupFetchOptions fetchOptions) -
hasAuthorizationGroup
public boolean hasAuthorizationGroup() -
withSpace
-
withSpaceUsing
-
hasSpace
public boolean hasSpace() -
withProject
-
withProjectUsing
-
hasProject
public boolean hasProject() -
sortBy
- Specified by:
sortByin classFetchOptions<RoleAssignment>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<RoleAssignment>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<RoleAssignment>
-