Klasse SeleniagramUser

java.lang.Object
eu.hobbydev.bracheus.classes.InstaUser
eu.hobbydev.bracheus.classes.SeleniagramUser
Alle implementierten Schnittstellen:
User

public class SeleniagramUser extends InstaUser
The SeleniagramUser class extends the InstaUser class and represents a user on Instagram with an additional password attribute. This class adds functionality to handle and retrieve the user's password. It inherits all methods and properties from the InstaUser class, including the username, number of subscribers, subscriptions, and posts.
  • Konstruktordetails

    • SeleniagramUser

      public SeleniagramUser(String username, String password)
      Constructor to create a SeleniagramUser with a given username and password.
      Parameter:
      username - the username of the user.
      password - the password of the user.
  • Methodendetails

    • getPassword

      public String getPassword()
      Gets the password of the Seleniagram user.
      Gibt zurück:
      the password as a String.