Class CreatePropertyTypesOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperation<PropertyTypeCreation>
ch.ethz.sis.openbis.generic.asapi.v3.dto.property.create.CreatePropertyTypesOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.property.create.CreatePropertyTypesOperation")
public class CreatePropertyTypesOperation
extends CreateObjectsOperation<PropertyTypeCreation>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreatePropertyTypesOperation(PropertyTypeCreation... creations) CreatePropertyTypesOperation(List<PropertyTypeCreation> creations) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperation
getCreations, getMessage, toString
-
Constructor Details
-
CreatePropertyTypesOperation
-
CreatePropertyTypesOperation
-