Package eu.hobbydev.bracheus.classes
Klasse SeleniagramUser
java.lang.Object
eu.hobbydev.bracheus.classes.InstaUser
eu.hobbydev.bracheus.classes.SeleniagramUser
- Alle implementierten Schnittstellen:
User
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.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSeleniagramUser(String username, String password) Constructor to create a SeleniagramUser with a given username and password. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the password of the Seleniagram user.Von Klasse geerbte Methoden eu.hobbydev.bracheus.classes.InstaUser
getPosts, getSubbed, getSubs, getUsername, setPosts, setSubbed, setSubsVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden eu.hobbydev.bracheus.interfaces.User
getUserURL
-
Konstruktordetails
-
SeleniagramUser
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
Gets the password of the Seleniagram user.- Gibt zurück:
- the password as a String.
-