Uses of Enum
com.microsoft.graph.models.ContentProcessingErrorType
Packages that use ContentProcessingErrorType
-
Uses of ContentProcessingErrorType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ContentProcessingErrorTypeModifier and TypeMethodDescriptionstatic ContentProcessingErrorTypeProcessingError.getErrorType()Gets the errorType property value.static ContentProcessingErrorTypeReturns the enum constant of this type with the specified name.static ContentProcessingErrorType[]ContentProcessingErrorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ContentProcessingErrorTypeModifier and TypeMethodDescriptionvoidProcessingError.setErrorType(ContentProcessingErrorType value) Sets the errorType property value.