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 classExecuteSpinTemplateParameters.ExecuteSpinTemplateParametersBuilderstatic classExecuteSpinTemplateParameters.Format
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecuteSpinTemplateParameters.ExecuteSpinTemplateParametersBuilderbuilder()Optional<ExecuteSpinTemplateParameters.Format>getFormat()com.google.common.collect.ImmutableList<org.apache.http.NameValuePair>getParameters()StringgetTemplate()booleangetWithImports()
-
-
-
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()
-
-