final class RichDeleteApplicationVersionRequest extends AnyVal with PimpedType[DeleteApplicationVersionRequest]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichDeleteApplicationVersionRequest
- PimpedType
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichDeleteApplicationVersionRequest(underlying: DeleteApplicationVersionRequest)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def applicationNameOpt: Option[String]
- def applicationNameOpt_=(value: Option[String]): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def deleteSourceBundleOpt: Option[Boolean]
- def deleteSourceBundleOpt_=(value: Option[Boolean]): Unit
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
-
val
underlying: DeleteApplicationVersionRequest
- Definition Classes
- RichDeleteApplicationVersionRequest → PimpedType
- def versionLabelOpt: Option[String]
- def versionLabelOpt_=(value: Option[String]): Unit
- def withApplicationNameOpt(value: Option[String]): DeleteApplicationVersionRequest
- def withDeleteSourceBundleOpt(value: Option[Boolean]): DeleteApplicationVersionRequest
- def withVersionLabelOpt(value: Option[String]): DeleteApplicationVersionRequest