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

com.arextest.web.model.dto.filesystem.FSItemDto Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dto.filesystem;

import com.fasterxml.jackson.annotation.JsonTypeInfo;
import java.util.Map;
import java.util.Set;
import lombok.Data;

@Data
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS)
public class FSItemDto {

  private String id;
  private String name;
  private String workspaceId;
  private String parentId;
  private Integer parentNodeType;
  private Set labelIds;
  private Map customTags;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy