Class ExecuteSpinTemplateParameters
- java.lang.Object
-
- org.topbraidlive.client.java.api.function.ExecuteSpinTemplateParameters
-
public final class ExecuteSpinTemplateParameters extends Object
Immutable parameter object for ExecuteSpinTemplate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecuteSpinTemplateParameters.ExecuteSpinTemplateParametersBuilder
static class
ExecuteSpinTemplateParameters.Format
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecuteSpinTemplateParameters.ExecuteSpinTemplateParametersBuilder
builder()
Optional<ExecuteSpinTemplateParameters.Format>
getFormat()
com.google.common.collect.ImmutableList<org.apache.http.NameValuePair>
getParameters()
String
getTemplate()
boolean
getWithImports()
-
-
-
Method Detail
-
getFormat
public final Optional<ExecuteSpinTemplateParameters.Format> getFormat()
-
getParameters
public final com.google.common.collect.ImmutableList<org.apache.http.NameValuePair> getParameters()
-
getTemplate
public final String getTemplate()
-
getWithImports
public final boolean getWithImports()
-
builder
public static final ExecuteSpinTemplateParameters.ExecuteSpinTemplateParametersBuilder builder()
-
-