Uses of Enum Class
com.yahoo.documentapi.Result.ResultType
Packages that use Result.ResultType
-
Uses of Result.ResultType in com.yahoo.documentapi
Methods in com.yahoo.documentapi that return Result.ResultTypeModifier and TypeMethodDescriptionResult.type()Returns the type of result.static Result.ResultTypeReturns the enum constant of this class with the specified name.static Result.ResultType[]Result.ResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.documentapi with parameters of type Result.ResultTypeModifier and TypeMethodDescriptionstatic com.yahoo.messagebus.ErrorResult.toError(Result.ResultType result) Constructors in com.yahoo.documentapi with parameters of type Result.ResultTypeModifierConstructorDescriptionResult(Result.ResultType type, com.yahoo.messagebus.Error error) Creates a unsuccessful result -
Uses of Result.ResultType in com.yahoo.documentapi.local
Methods in com.yahoo.documentapi.local with parameters of type Result.ResultTypeModifier and TypeMethodDescriptionvoidLocalAsyncSession.setResultType(Result.ResultType resultType) Sets the result type returned on subsequence operations against this.