Package io.appium.java_client.touch
Class ActionOptions<T extends ActionOptions<T>>
- java.lang.Object
-
- io.appium.java_client.touch.ActionOptions<T>
-
- Direct Known Subclasses:
AbstractOptionCombinedWithPosition,PointOption,WaitOptions
@Deprecated public abstract class ActionOptions<T extends ActionOptions<T>> extends java.lang.ObjectDeprecated.
-
-
Constructor Summary
Constructors Constructor Description ActionOptions()Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>build()Deprecated.Creates a map based on the provided options.protected abstract voidverify()Deprecated.This method is automatically called before building options map to verify the consistency of the instance.
-
-
-
Method Detail
-
verify
protected abstract void verify()
Deprecated.This method is automatically called before building options map to verify the consistency of the instance.- Throws:
java.lang.IllegalArgumentException- if there are problems with this options map.
-
build
public java.util.Map<java.lang.String,java.lang.Object> build()
Deprecated.Creates a map based on the provided options.- Returns:
- options mapping.
-
-