Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.ErrorSubCode
-
Packages that use ErrorSubCode Package Description com.microsoft.azure.cognitiveservices.search.videosearch.models This package contains the models classes for BingVideoSearchAPI. -
-
Uses of ErrorSubCode in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return ErrorSubCode Modifier and Type Method Description static ErrorSubCodeErrorSubCode. fromString(String value)Parses a serialized value to a ErrorSubCode instance.ErrorSubCodeError. subCode()Get the subCode value.static ErrorSubCodeErrorSubCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorSubCode[]ErrorSubCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-