case class Encoding(_internal: scala.model.domain.Encoding) extends DomainElement with Product with Serializable
Encoding model class.
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Encoding
- Serializable
- Serializable
- Product
- Equals
- DomainElement
- CustomizableElement
- PlatformSecrets
- AmfObjectWrapper
- Annotable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Encoding()
- Annotations
- @JSExportTopLevel( "Encoding" )
- new Encoding(_internal: scala.model.domain.Encoding)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Encoding, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allowReserved: BoolField
-
def
annotations(): Annotations
- Definition Classes
- AmfObjectWrapper → Annotable
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def contentType: StrField
-
def
customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
- Definition Classes
- DomainElement → CustomizableElement
- def ensuring(cond: (Encoding) ⇒ Boolean, msg: ⇒ Any): Encoding
- def ensuring(cond: (Encoding) ⇒ Boolean): Encoding
- def ensuring(cond: Boolean, msg: ⇒ Any): Encoding
- def ensuring(cond: Boolean): Encoding
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def explode: BoolField
-
def
extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
graph(): Graph
- Definition Classes
- DomainElement
- def headers: ClientList[Parameter]
-
def
id: String
- Definition Classes
- DomainElement
-
def
isExternalLink: BoolField
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position: PositionRange
- Definition Classes
- DomainElement
- def propertyName: StrField
- def style: StrField
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withAllowReserved(allowReserved: Boolean): Encoding.this.type
Set allowReserved property of this Encoding.
-
def
withContentType(contentType: String): Encoding.this.type
Set contentType property of this Encoding.
-
def
withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): Encoding.this.type
- Definition Classes
- DomainElement → CustomizableElement
-
def
withExplode(explode: Boolean): Encoding.this.type
Set explode property of this Encoding.
-
def
withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): Encoding.this.type
- Definition Classes
- DomainElement
-
def
withHeader(name: String): Parameter
Adds one Parameter to the headers property of this Encoding and returns it for population.
Adds one Parameter to the headers property of this Encoding and returns it for population. Name property of the parameter is required.
-
def
withHeaders(headers: ClientList[Parameter]): Encoding.this.type
Set headers property of this Encoding.
-
def
withId(id: String): Encoding.this.type
- Definition Classes
- DomainElement
-
def
withIsExternalLink(isExternalLink: Boolean): DomainElement
- Definition Classes
- DomainElement
-
def
withPropertyName(propertyName: String): Encoding.this.type
Set propertyName property of this Encoding.
-
def
withStyle(style: String): Encoding.this.type
Set style property of this Encoding.
- def →[B](y: B): (Encoding, B)
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated