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 java.lang.Object implements ContentDispositionType, SingletonValueRenderable
-
-
Constructor Summary
Constructors Constructor Description Predefined()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
name()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Methods inherited from interface akka.http.impl.util.SingletonValueRenderable
render, value
-
-
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
name
in interfaceContentDispositionType
-
-