Uses of Enum Class
com.yahoo.documentapi.Response.Outcome
Packages that use Response.Outcome
-
Uses of Response.Outcome in com.yahoo.documentapi
Methods in com.yahoo.documentapi that return Response.OutcomeModifier and TypeMethodDescriptionResponse.outcome()Returns the outcome of this operation.static Response.OutcomeReturns the enum constant of this class with the specified name.static Response.Outcome[]Response.Outcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.documentapi with parameters of type Response.OutcomeModifierConstructorDescriptionDocumentIdResponse(long requestId, com.yahoo.document.DocumentId documentId, String textMessage, Response.Outcome outcome) Creates a response containing a textual message and/or a document idDocumentIdResponse(long requestId, com.yahoo.document.DocumentId documentId, String textMessage, Response.Outcome outcome, com.yahoo.messagebus.Trace trace) Creates a response containing a textual message and/or a document idDocumentResponse(long requestId, com.yahoo.document.Document document, String textMessage, Response.Outcome outcome) Creates a response containing a textual message and/or a documentDocumentResponse(long requestId, com.yahoo.document.Document document, String textMessage, Response.Outcome outcome, com.yahoo.messagebus.Trace trace) Creates a response containing a textual message and/or a documentDocumentUpdateResponse(long requestId, com.yahoo.document.DocumentUpdate documentUpdate, String textMessage, Response.Outcome outcome) Creates a response containing a textual message and/or a document updateDocumentUpdateResponse(long requestId, com.yahoo.document.DocumentUpdate documentUpdate, String textMessage, Response.Outcome outcome, com.yahoo.messagebus.Trace trace) Creates a response containing a textual message and/or a document updateDocumentUpdateResponse(long requestId, String textMessage, Response.Outcome outcome) Creates a response containing a textual messageResponse(long requestId, String textMessage, Response.Outcome outcome) Creates a response containing a textual messageResponse(long requestId, String textMessage, Response.Outcome outcome, com.yahoo.messagebus.Trace trace) Creates a response containing a textual message