All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nitorcreations.nflow.rest.v1.msg.ArchiveResponse Maven / Gradle / Ivy

package com.nitorcreations.nflow.rest.v1.msg;

import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;

@ApiModel(description = "Archiving result response")
@SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD", justification = "jackson reads dto fields")
public class ArchiveResponse {

  @ApiModelProperty("Total number of archived workflows")
  public int archivedWorkflows;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy