Class GetRoleAssignmentsOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperation<IRoleAssignmentId,RoleAssignmentFetchOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.roleassignment.get.GetRoleAssignmentsOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.roleassignment.get.GetRoleAssignmentsOperation")
public class GetRoleAssignmentsOperation
extends GetObjectsOperation<IRoleAssignmentId,RoleAssignmentFetchOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetRoleAssignmentsOperation(List<? extends IRoleAssignmentId> ids, RoleAssignmentFetchOptions fetchOptions) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperation
getFetchOptions, getMessage, getObjectIds, toString
-
Constructor Details
-
GetRoleAssignmentsOperation
public GetRoleAssignmentsOperation(List<? extends IRoleAssignmentId> ids, RoleAssignmentFetchOptions fetchOptions)
-