Uses of Class
com.vidispine.generated.FileAlreadyExistsExceptionType
-
-
Uses of FileAlreadyExistsExceptionType in com.vidispine.generated
Fields in com.vidispine.generated declared as FileAlreadyExistsExceptionType Modifier and Type Field Description protected FileAlreadyExistsExceptionType
ExceptionType. fileAlreadyExists
Methods in com.vidispine.generated that return FileAlreadyExistsExceptionType Modifier and Type Method Description FileAlreadyExistsExceptionType
ObjectFactory. createFileAlreadyExistsExceptionType()
Create an instance ofFileAlreadyExistsExceptionType
FileAlreadyExistsExceptionType
ExceptionType. getFileAlreadyExists()
Gets the value of the fileAlreadyExists property.FileAlreadyExistsExceptionType
FileAlreadyExistsExceptionType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileAlreadyExistsExceptionType
FileAlreadyExistsExceptionType. withFileId(String value)
FileAlreadyExistsExceptionType
FileAlreadyExistsExceptionType. withPath(String value)
FileAlreadyExistsExceptionType
FileAlreadyExistsExceptionType. withStorageId(String value)
Methods in com.vidispine.generated with parameters of type FileAlreadyExistsExceptionType Modifier and Type Method Description void
ExceptionType. setFileAlreadyExists(FileAlreadyExistsExceptionType value)
Sets the value of the fileAlreadyExists property.ExceptionType
ExceptionType. withFileAlreadyExists(FileAlreadyExistsExceptionType value)
-