UploadType enum
- Inheritance
- Available extensions
Values
- androidApp → const UploadType
- iosApp → const UploadType
- webApp → const UploadType
- externalData → const UploadType
- appiumJavaJunitTestPackage → const UploadType
- appiumJavaTestngTestPackage → const UploadType
- appiumPythonTestPackage → const UploadType
- appiumNodeTestPackage → const UploadType
- appiumRubyTestPackage → const UploadType
- appiumWebJavaJunitTestPackage → const UploadType
- appiumWebJavaTestngTestPackage → const UploadType
- appiumWebPythonTestPackage → const UploadType
- appiumWebNodeTestPackage → const UploadType
- appiumWebRubyTestPackage → const UploadType
- calabashTestPackage → const UploadType
- instrumentationTestPackage → const UploadType
- uiautomationTestPackage → const UploadType
- uiautomatorTestPackage → const UploadType
- xctestTestPackage → const UploadType
- xctestUiTestPackage → const UploadType
- appiumJavaJunitTestSpec → const UploadType
- appiumJavaTestngTestSpec → const UploadType
- appiumPythonTestSpec → const UploadType
- appiumNodeTestSpec → const UploadType
- appiumRubyTestSpec → const UploadType
- appiumWebJavaJunitTestSpec → const UploadType
- appiumWebJavaTestngTestSpec → const UploadType
- appiumWebPythonTestSpec → const UploadType
- appiumWebNodeTestSpec → const UploadType
- appiumWebRubyTestSpec → const UploadType
- instrumentationTestSpec → const UploadType
- xctestUiTestSpec → const UploadType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toValue(
) → String -
Available on UploadType, provided by the UploadTypeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
UploadType> - A constant List of the values in this enum, in order of their declaration.