Class OperationExecutionEmailNotification

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.operation.OperationExecutionEmailNotification
All Implemented Interfaces:
IOperationExecutionNotification, Serializable

@JsonObject("as.dto.operation.OperationExecutionEmailNotification") public class OperationExecutionEmailNotification extends Object implements IOperationExecutionNotification
See Also:
  • Constructor Details

    • OperationExecutionEmailNotification

      public OperationExecutionEmailNotification(List<String> emails)
    • OperationExecutionEmailNotification

      public OperationExecutionEmailNotification(String... emails)
  • Method Details