Uses of Class
com.vidispine.generated.NotFoundExceptionType
-
-
Uses of NotFoundExceptionType in com.vidispine.generated
Fields in com.vidispine.generated declared as NotFoundExceptionType Modifier and Type Field Description protected NotFoundExceptionType
ExceptionType. notFound
Fields in com.vidispine.generated with type parameters of type NotFoundExceptionType Modifier and Type Field Description protected List<NotFoundExceptionType>
JobListType. notFound
Methods in com.vidispine.generated that return NotFoundExceptionType Modifier and Type Method Description NotFoundExceptionType
ObjectFactory. createNotFoundExceptionType()
Create an instance ofNotFoundExceptionType
NotFoundExceptionType
ExceptionType. getNotFound()
Gets the value of the notFound property.NotFoundExceptionType
NotFoundExceptionType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotFoundExceptionType
NotFoundExceptionType. withContext(String value)
NotFoundExceptionType
NotFoundExceptionType. withId(String value)
NotFoundExceptionType
NotFoundExceptionType. withType(String value)
Methods in com.vidispine.generated that return types with arguments of type NotFoundExceptionType Modifier and Type Method Description List<NotFoundExceptionType>
JobListType. getNotFound()
Gets the value of the notFound property.Methods in com.vidispine.generated with parameters of type NotFoundExceptionType Modifier and Type Method Description void
ExceptionType. setNotFound(NotFoundExceptionType value)
Sets the value of the notFound property.ExceptionType
ExceptionType. withNotFound(NotFoundExceptionType value)
JobListType
JobListType. withNotFound(NotFoundExceptionType... values)
Method parameters in com.vidispine.generated with type arguments of type NotFoundExceptionType Modifier and Type Method Description JobListType
JobListType. withNotFound(Collection<NotFoundExceptionType> values)
-