Class TextEntityDefinition.Builder
java.lang.Object
com.github.tomakehurst.wiremock.common.entity.TextEntityDefinition.Builder
- All Implemented Interfaces:
EntityDefinition.Builder<TextEntityDefinition>
- Enclosing class:
- TextEntityDefinition
public static class TextEntityDefinition.Builder
extends Object
implements EntityDefinition.Builder<TextEntityDefinition>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withCompression(CompressionType compression) withDataRef(String dataRef) withDataStore(String dataStore) withFilePath(String filePath) withFormat(FormatType format)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withFormat
-
withCompression
-
withDataStore
-
withDataRef
-
withBody
-
withFilePath
-
build
- Specified by:
buildin interfaceEntityDefinition.Builder<TextEntityDefinition>
-