Package akka.http.scaladsl.model.headers
Class ContentDispositionTypes.Predefined
java.lang.Object
akka.http.scaladsl.model.headers.ContentDispositionTypes.Predefined
- All Implemented Interfaces:
Renderable
,SingletonValueRenderable
,ContentDispositionType
,ContentDispositionType
,scala.Equals
,scala.Product
- Direct Known Subclasses:
ContentDispositionTypes.attachment$
,ContentDispositionTypes.form$minusdata$
,ContentDispositionTypes.inline$
- Enclosing class:
- ContentDispositionTypes
protected abstract static class ContentDispositionTypes.Predefined
extends Object
implements ContentDispositionType, SingletonValueRenderable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
Methods inherited from interface akka.http.impl.util.SingletonValueRenderable
render, value
-
Constructor Details
-
Predefined
public Predefined()
-
-
Method Details
-
name
- Specified by:
name
in interfaceContentDispositionType
-