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