Package com.funnelback.filter.api
Class DocumentType._DocumentType._DocumentTypeBuilder
- java.lang.Object
-
- com.funnelback.filter.api.DocumentType._DocumentType._DocumentTypeBuilder
-
- Enclosing class:
- DocumentType._DocumentType
private static class DocumentType._DocumentType._DocumentTypeBuilder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private String
contentType
private boolean
HTML$set
private boolean
HTML$value
private boolean
JSON$set
private boolean
JSON$value
private boolean
XML$set
private boolean
XML$value
-
Constructor Summary
Constructors Constructor Description _DocumentTypeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private DocumentType._DocumentType
build()
private DocumentType._DocumentType._DocumentTypeBuilder
contentType(String contentType)
private DocumentType._DocumentType._DocumentTypeBuilder
HTML(boolean HTML)
private DocumentType._DocumentType._DocumentTypeBuilder
JSON(boolean JSON)
String
toString()
private DocumentType._DocumentType._DocumentTypeBuilder
XML(boolean XML)
-
-
-
Field Detail
-
HTML$set
private boolean HTML$set
-
HTML$value
private boolean HTML$value
-
XML$set
private boolean XML$set
-
XML$value
private boolean XML$value
-
JSON$set
private boolean JSON$set
-
JSON$value
private boolean JSON$value
-
contentType
private String contentType
-
-
Method Detail
-
HTML
private DocumentType._DocumentType._DocumentTypeBuilder HTML(boolean HTML)
- Returns:
this
.
-
XML
private DocumentType._DocumentType._DocumentTypeBuilder XML(boolean XML)
- Returns:
this
.
-
JSON
private DocumentType._DocumentType._DocumentTypeBuilder JSON(boolean JSON)
- Returns:
this
.
-
contentType
private DocumentType._DocumentType._DocumentTypeBuilder contentType(String contentType)
- Returns:
this
.
-
build
private DocumentType._DocumentType build()
-
-