Uses of Class
com.microsoft.azure.eventgrid.models.MediaJobErrorCategory
-
Packages that use MediaJobErrorCategory Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of MediaJobErrorCategory in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return MediaJobErrorCategory Modifier and Type Method Description MediaJobErrorCategoryMediaJobError. category()Get helps with categorization of errors.static MediaJobErrorCategoryMediaJobErrorCategory. fromString(String value)Parses a serialized value to a MediaJobErrorCategory instance.static MediaJobErrorCategoryMediaJobErrorCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaJobErrorCategory[]MediaJobErrorCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-