Class RecyclerViewDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class RecyclerViewDescription extends UiObjectBaseDescription
The description of a mobile RecyclerView test object in a mobile application.
  • Constructor Details

    • RecyclerViewDescription

      public RecyclerViewDescription()
      Initializes a new instance of the RecyclerViewDescription class.
    • RecyclerViewDescription

      protected RecyclerViewDescription(RecyclerViewDescription.Init<?> init)
      Initializes a new instance of the RecyclerViewDescription class using the Builder pattern.
      Parameters:
      init - the Builder pattern.