Spring Data Solr

org.springframework.data.solr.core.query
Class IfFunction.Builder

java.lang.Object
  extended by org.springframework.data.solr.core.query.IfFunction.Builder
Enclosing class:
IfFunction

public static class IfFunction.Builder
extends Object


Constructor Summary
IfFunction.Builder(Object condition)
           
 
Method Summary
 IfFunction otherwise(Object value)
           
 IfFunction.Builder then(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfFunction.Builder

public IfFunction.Builder(Object condition)
Method Detail

then

public IfFunction.Builder then(Object value)
Parameters:
value -
Returns:

otherwise

public IfFunction otherwise(Object value)
Parameters:
value -
Returns:

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.