public static final class ALBHTTPLocalFile.Builder
extends java.lang.Object
ALBHTTPLocalFile.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBHTTPLocalFile. |
| Modifier and Type | Method and Description |
|---|---|
ALBHTTPLocalFile |
build() |
ALBHTTPLocalFile.Builder |
setContentType(java.lang.String contentType)
Mime-type of the content in the file.
|
ALBHTTPLocalFile.Builder |
setFileContent(java.lang.String fileContent)
File content to used in the local HTTP response body.
|
public Builder()
ALBHTTPLocalFile.public ALBHTTPLocalFile.Builder setContentType(java.lang.String contentType)
contentType - New value for the property.public ALBHTTPLocalFile.Builder setFileContent(java.lang.String fileContent)
fileContent - New value for the property.public ALBHTTPLocalFile build()