Uses of Class
com.vidispine.generated.NotFoundExceptionType
-
Uses of NotFoundExceptionType in com.vidispine.generated
Fields in com.vidispine.generated declared as NotFoundExceptionTypeFields in com.vidispine.generated with type parameters of type NotFoundExceptionTypeMethods in com.vidispine.generated that return NotFoundExceptionTypeModifier and TypeMethodDescriptionObjectFactory.createNotFoundExceptionType()
Create an instance ofNotFoundExceptionType
ExceptionType.getNotFound()
Gets the value of the notFound property.NotFoundExceptionType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) NotFoundExceptionType.withContext
(String value) Sets the value of the context property.Sets the value of the id property.Sets the value of the type property.Methods in com.vidispine.generated that return types with arguments of type NotFoundExceptionTypeModifier and TypeMethodDescriptionJobListType.getNotFound()
Gets the value of the notFound property.Methods in com.vidispine.generated with parameters of type NotFoundExceptionTypeModifier and TypeMethodDescriptionvoid
ExceptionType.setNotFound
(NotFoundExceptionType value) Sets the value of the notFound property.ExceptionType.withNotFound
(NotFoundExceptionType value) Sets the value of the notFound property.JobListType.withNotFound
(NotFoundExceptionType... values) Adds objects to the list of NotFound using add methodMethod parameters in com.vidispine.generated with type arguments of type NotFoundExceptionTypeModifier and TypeMethodDescriptionJobListType.withNotFound
(Collection<NotFoundExceptionType> values) Adds objects to the list of NotFound using addAll method