Uses of Class
com.attivio.sdk.search.StreamingQueryRequest.DocumentStreamingMode
-
Packages that use StreamingQueryRequest.DocumentStreamingMode Package Description com.attivio.sdk.search -
-
Uses of StreamingQueryRequest.DocumentStreamingMode in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return StreamingQueryRequest.DocumentStreamingMode Modifier and Type Method Description StreamingQueryRequest.DocumentStreamingMode
StreamingQueryRequest. getDocumentStreamingMode()
static StreamingQueryRequest.DocumentStreamingMode
StreamingQueryRequest.DocumentStreamingMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StreamingQueryRequest.DocumentStreamingMode[]
StreamingQueryRequest.DocumentStreamingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search with parameters of type StreamingQueryRequest.DocumentStreamingMode Modifier and Type Method Description void
StreamingQueryRequest. setDocumentStreamingMode(StreamingQueryRequest.DocumentStreamingMode documentStreamingMode)
Constructors in com.attivio.sdk.search with parameters of type StreamingQueryRequest.DocumentStreamingMode Constructor Description StreamingQueryRequest(QueryRequest queryRequest, StreamingQueryRequest.DocumentStreamingMode documentStreamingMode)
StreamingQueryRequest(QueryRequest queryRequest, StreamingQueryRequest.DocumentStreamingMode documentStreamingMode, boolean streamFacets)
-