Index

A C D E F G H I L M O R S T U 
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form

A

Actions - Schnittstelle in eu.hobbydev.bracheus.interfaces
Copyright (C) 2025 Bracheus
actionThreadManager - Statische Variable in Klasse eu.hobbydev.bracheus.Seleniagram
 
ActionThreadManager - Klasse in eu.hobbydev.bracheus.manager
The ActionThreadManager class is responsible for managing and executing actions in a separate thread.
ActionThreadManager(SeleniumManager) - Konstruktor für Klasse eu.hobbydev.bracheus.manager.ActionThreadManager
Constructs a new ActionThreadManager with the given SeleniumManager.
addListener(Listener) - Methode in Klasse eu.hobbydev.bracheus.manager.ListenerThreadManager
Adds a listener to the list of listeners.
answerMessages(List<String>) - Methode in Klasse eu.hobbydev.bracheus.manager.OpenAIManager
Generates a response for a list of given messages.

C

checkingActionQueue() - Methode in Schnittstelle eu.hobbydev.bracheus.utils.HumanizerTools
Checks whether the action queue is currently being handled.
configurationHolder - Statische Variable in Klasse eu.hobbydev.bracheus.Seleniagram
 
ConfigurationHolder - Klasse in eu.hobbydev.bracheus.classes
Represents a configuration holder that stores user credentials and settings.
ConfigurationHolder - Schnittstelle in eu.hobbydev.bracheus.interfaces
The `ConfigurationHolder` interface is designed to provide a contract for holding and managing configuration data related to an application.
ConfigurationHolder() - Konstruktor für Klasse eu.hobbydev.bracheus.classes.ConfigurationHolder
 

D

directSearch() - Methode in Klasse eu.hobbydev.bracheus.actions.SearchAction
Placeholder method for performing a direct search if elements cannot be found.
DMListener - Klasse in eu.hobbydev.bracheus.listeners
The `DMListener` class is responsible for listening to and interacting with direct messages (DMs) on Instagram.
DMListener() - Konstruktor für Klasse eu.hobbydev.bracheus.listeners.DMListener
 

E

eu.hobbydev.bracheus - Package eu.hobbydev.bracheus
 
eu.hobbydev.bracheus.actions - Package eu.hobbydev.bracheus.actions
 
eu.hobbydev.bracheus.classes - Package eu.hobbydev.bracheus.classes
 
eu.hobbydev.bracheus.exceptions - Package eu.hobbydev.bracheus.exceptions
 
eu.hobbydev.bracheus.interfaces - Package eu.hobbydev.bracheus.interfaces
 
eu.hobbydev.bracheus.listeners - Package eu.hobbydev.bracheus.listeners
 
eu.hobbydev.bracheus.manager - Package eu.hobbydev.bracheus.manager
 
eu.hobbydev.bracheus.settings - Package eu.hobbydev.bracheus.settings
 
eu.hobbydev.bracheus.utils - Package eu.hobbydev.bracheus.utils
 
executeJavascript(String, Object...) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Executes a JavaScript command within the context of the current page.

F

findButtonByID(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds a button element by its ID.
findButtonByText(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds a button element by its visible text.
findByXpath(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds an element by its XPath.
findCheckboxByID(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds a checkbox element by its ID.
findDivByClass(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds a div element by its class name.
findDivByID(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds a div element by its ID.
findDivByPlaceholder(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds a div element by its placeholder text.
findDivByText(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds a div element by its text content.
findElementByClass(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds an element by its class name.
findElementByID(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds an element by its ID.
findElementByName(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds an element by its name.
findElementsByCss(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds multiple elements by their CSS selector.
findElementsByXpath(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds a list of web elements based on the provided XPath expression.
findInputByClass(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds an input element by its class name.
findInputByID(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds an input element by its ID.
findInputByName(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds an input element by its name.
findInputByPlaceholder(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds an input element by its placeholder text.
findLinkByText(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds a link element by its link text.
findSpanByClass(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds a span element by its class name.
findSpanByText(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Finds a span element by its text content.

G

getAllowAllCookiesButton() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the text for the "Allow All Cookies" button in the selected language.
getApiKey() - Methode in Klasse eu.hobbydev.bracheus.classes.ConfigurationHolder
Gets the API key stored in this configuration.
getApiKey() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.ConfigurationHolder
Retrieves the API key stored in the configuration.
getChromeOptions() - Statische Methode in Klasse eu.hobbydev.bracheus.settings.SeleniagramChrome
Configures and returns a ChromeOptions object with the necessary arguments for running Chrome in a headless mode and with additional settings to prevent bot detection.
getConversationWithAria() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the label for the "Conversation With" aria element in the selected language.
getDirectMessagingAria() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the aria-label for direct messaging in the selected language.
getFollowedInstaUser(String) - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Retrieves a followed Instagram user by their username.
getIsHandeling() - Methode in Klasse eu.hobbydev.bracheus.manager.ActionThreadManager
 
getJavaScJavascriptExecutor() - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Retrieves the JavascriptExecutor from the WebDriver instance for executing JavaScript.
getKnownInstaUser(String) - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Retrieves a known Instagram user by their username.
getLang() - Methode in Klasse eu.hobbydev.bracheus.classes.ConfigurationHolder
Gets the language preference stored in this configuration.
getLang() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.ConfigurationHolder
Retrieves the language setting from the configuration.
getLoginField() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the label for the "Login" field in the selected language.
getMessagePlaceholder() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the placeholder text for the message input field in the selected language.
getName() - Methode in Klasse eu.hobbydev.bracheus.actions.LoginAction
Returns the name of this action.
getName() - Methode in Klasse eu.hobbydev.bracheus.actions.SearchAction
Gets the name of this action, used for logging and identification purposes.
getName() - Methode in Klasse eu.hobbydev.bracheus.actions.StoppingSeleniagramAction
Returns the name of this action.
getName() - Methode in Klasse eu.hobbydev.bracheus.actions.UpdateUserAction
Returns the name of the action.
getName() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.Actions
 
getName() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.Listener
 
getName() - Methode in Klasse eu.hobbydev.bracheus.listeners.DMListener
Returns the name of the listener, which is used for logging and identification purposes.
getOpenAIClient() - Methode in Klasse eu.hobbydev.bracheus.manager.OpenAIManager
Gets the OpenAI client instance used for making requests to the OpenAI API.
getPassword() - Methode in Klasse eu.hobbydev.bracheus.classes.ConfigurationHolder
Gets the password stored in this configuration.
getPassword() - Methode in Klasse eu.hobbydev.bracheus.classes.SeleniagramUser
Gets the password of the Seleniagram user.
getPassword() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.ConfigurationHolder
Retrieves the password stored in the configuration.
getPasswordField() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the label for the "Password" field in the selected language.
getPosts() - Methode in Klasse eu.hobbydev.bracheus.classes.InstaUser
Gets the number of posts made by the user.
getPosts() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.User
Gets the number of posts made by the user.
getProfileSpan() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the text for the profile section in the selected language.
getSearchSpan() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the text for the search section in the selected language.
getSeleniagramUser() - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Gets the Seleniagram user managed by this UserManager.
getSeleniumManager() - Methode in Klasse eu.hobbydev.bracheus.manager.ActionThreadManager
Returns the SeleniumManager instance associated with this ActionThreadManager.
getSeleniumManager() - Methode in Klasse eu.hobbydev.bracheus.manager.ListenerThreadManager
Returns the SeleniumManager instance associated with this ListenerThreadManager.
getSendText() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the label text for the "Send" button in the selected language.
getSubbed() - Methode in Klasse eu.hobbydev.bracheus.classes.InstaUser
Gets the number of users the current user is subscribed to.
getSubbed() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.User
Gets the number of users the current user is subscribed to.
getSubs() - Methode in Klasse eu.hobbydev.bracheus.classes.InstaUser
Gets the number of subscribers the user has.
getSubs() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.User
Gets the number of subscribers the user has.
getUnreadMessage() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the text for unread message indicator in the selected language.
getUrl() - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Retrieves the current URL of the web page that the Selenium WebDriver is currently on.
getUsername() - Methode in Klasse eu.hobbydev.bracheus.classes.ConfigurationHolder
Gets the username stored in this configuration.
getUsername() - Methode in Klasse eu.hobbydev.bracheus.classes.InstaUser
Gets the username of the Instagram user.
getUsername() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.ConfigurationHolder
Retrieves the username stored in the configuration.
getUsername() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.User
Gets the username of the user.
getUsernameField() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the label for the "Username" field in the selected language.
getUserURL() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.User
Gets the URL associated with the user's profile.
getWrongPassword() - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Retrieves the text for the "Wrong Password" message in the selected language.

H

handleAction() - Methode in Klasse eu.hobbydev.bracheus.actions.LoginAction
Executes the login action by navigating to Instagram, handling cookies, filling out the login form, and verifying if the login was successful.
handleAction() - Methode in Klasse eu.hobbydev.bracheus.actions.SearchAction
Executes the search action by performing a sequence of steps: - Checks if the profile span is present to ensure the user is logged in
handleAction() - Methode in Klasse eu.hobbydev.bracheus.actions.StoppingSeleniagramAction
Executes the stopping action by halting the listener thread and the action thread.
handleAction() - Methode in Klasse eu.hobbydev.bracheus.actions.UpdateUserAction
Handles the action of updating the user's data.
handleAction() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.Actions
 
HumanizerTools - Schnittstelle in eu.hobbydev.bracheus.utils
The `HumanizerTools` interface defines methods for introducing delays between actions and for checking the status of the action queue in the Seleniagram bot.

I

inputDelay() - Methode in Schnittstelle eu.hobbydev.bracheus.utils.HumanizerTools
Introduces a delay to simulate human-like input timing.
InstaUser - Klasse in eu.hobbydev.bracheus.classes
The InstaUser class implements the User interface and represents a user on Instagram.
InstaUser(String) - Konstruktor für Klasse eu.hobbydev.bracheus.classes.InstaUser
Constructor to create an InstaUser with a given username.
isFollowedInstaUser(InstaUser) - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Checks if a given Instagram user is followed by this UserManager.
isFollowedInstaUser(String) - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Checks if a given Instagram user, identified by their username, is followed by this UserManager.
isKnownInstaUser(InstaUser) - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Checks if a given Instagram user is known by this UserManager.
isKnownInstaUser(String) - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Checks if a given Instagram user, identified by their username, is known by this UserManager.

L

languageHolder - Statische Variable in Klasse eu.hobbydev.bracheus.Seleniagram
 
LanguageHolder - Klasse in eu.hobbydev.bracheus.classes
The `LanguageHolder` class is responsible for storing and providing language-specific keys that are used in the Instagram interface.
LanguageHolder() - Konstruktor für Klasse eu.hobbydev.bracheus.classes.LanguageHolder
 
Listener - Schnittstelle in eu.hobbydev.bracheus.interfaces
Copyright (C) 2025 Bracheus
listenerThreadManager - Statische Variable in Klasse eu.hobbydev.bracheus.Seleniagram
 
ListenerThreadManager - Klasse in eu.hobbydev.bracheus.manager
The ListenerThreadManager class is responsible for managing and executing listeners in a separate thread.
ListenerThreadManager(SeleniumManager) - Konstruktor für Klasse eu.hobbydev.bracheus.manager.ListenerThreadManager
Constructs a new ListenerThreadManager with the specified SeleniumManager.
LoginAction - Klasse in eu.hobbydev.bracheus.actions
The LoginAction class implements the Actions and HumanizerTools interfaces to automate the login process on Instagram using Selenium.
LoginAction() - Konstruktor für Klasse eu.hobbydev.bracheus.actions.LoginAction
 

M

main(String[]) - Statische Methode in Klasse eu.hobbydev.bracheus.Seleniagram
The main method serves as the entry point to the application.

O

open(String) - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Opens the specified URL in the current WebDriver instance.
openAIManager - Statische Variable in Klasse eu.hobbydev.bracheus.Seleniagram
 
OpenAIManager - Klasse in eu.hobbydev.bracheus.manager
The `OpenAIManager` class is responsible for interacting with the OpenAI API to generate responses for messages or comments.
OpenAIManager(String) - Konstruktor für Klasse eu.hobbydev.bracheus.manager.OpenAIManager
Constructs an `OpenAIManager` instance with the specified API key.

R

registerActions(Actions) - Methode in Klasse eu.hobbydev.bracheus.manager.ActionThreadManager
Registers an action to be processed by the thread.
registerFollowedInstaUser(InstaUser) - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Registers an Instagram user as a followed user.
registerInstaUser(InstaUser) - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Registers an Instagram user as a known user.
reloadPage() - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Reloads the current webpage.
run() - Methode in Klasse eu.hobbydev.bracheus.manager.ActionThreadManager
Runs the thread that continuously processes actions from the action queue.
run() - Methode in Klasse eu.hobbydev.bracheus.manager.ListenerThreadManager
Runs the thread that continuously checks each registered listener.
runCheckup() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.Listener
 
runCheckup() - Methode in Klasse eu.hobbydev.bracheus.listeners.DMListener
Runs the periodic checkup to verify new messages and respond accordingly.

S

SearchAction - Klasse in eu.hobbydev.bracheus.actions
Represents an action that performs a search operation on Instagram.
SearchAction(String) - Konstruktor für Klasse eu.hobbydev.bracheus.actions.SearchAction
Constructs a SearchAction with the specified username to search for.
Seleniagram - Klasse in eu.hobbydev.bracheus
The `Seleniagram` class serves as the entry point of the application.
Seleniagram() - Konstruktor für Klasse eu.hobbydev.bracheus.Seleniagram
 
SeleniagramChrome - Klasse in eu.hobbydev.bracheus.settings
The SeleniagramChrome class provides a method to configure and return ChromeOptions for running Google Chrome in a headless mode with additional configurations for Selenium automation.
SeleniagramChrome() - Konstruktor für Klasse eu.hobbydev.bracheus.settings.SeleniagramChrome
 
SeleniagramNoSuchElementException - Ausnahmeklasse in eu.hobbydev.bracheus.exceptions
Copyright (C) 2025 Bracheus
SeleniagramNoSuchElementException(String) - Konstruktor für Ausnahmeklasse eu.hobbydev.bracheus.exceptions.SeleniagramNoSuchElementException
 
SeleniagramUser - Klasse in eu.hobbydev.bracheus.classes
The SeleniagramUser class extends the InstaUser class and represents a user on Instagram with an additional password attribute.
SeleniagramUser(String, String) - Konstruktor für Klasse eu.hobbydev.bracheus.classes.SeleniagramUser
Constructor to create a SeleniagramUser with a given username and password.
SeleniumManager - Klasse in eu.hobbydev.bracheus.manager
The `SeleniumManager` class provides methods for managing interactions with a Selenium WebDriver.
SeleniumManager() - Konstruktor für Klasse eu.hobbydev.bracheus.manager.SeleniumManager
 
setAllowAllCookiesButton(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized text for the "Allow All Cookies" button.
setApiKey(String) - Methode in Klasse eu.hobbydev.bracheus.classes.ConfigurationHolder
Sets the API key in this configuration.
setApiKey(String) - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.ConfigurationHolder
Sets the API key in the configuration.
setConversationWithAria(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized text for the "Conversation With" aria element.
setDirectMessagingAria(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized aria-label for direct messaging.
setLang(String) - Methode in Klasse eu.hobbydev.bracheus.classes.ConfigurationHolder
Sets the language preference in this configuration.
setLang(String) - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.ConfigurationHolder
Sets the language in the configuration.
setLoginField(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized label for the "Login" field.
setMessagePlaceholder(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized placeholder text for the message input field.
setPassword(String) - Methode in Klasse eu.hobbydev.bracheus.classes.ConfigurationHolder
Sets the password in this configuration.
setPassword(String) - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.ConfigurationHolder
Sets the password in the configuration.
setPasswordField(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized label for the "Password" field.
setPosts(int) - Methode in Klasse eu.hobbydev.bracheus.classes.InstaUser
Sets the number of posts made by the user.
setPosts(int) - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.User
Sets the number of posts made by the user.
setProfileSpan(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized text for the profile section.
setSearchSpan(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized text for the search section.
setSeleniagramUser(SeleniagramUser) - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Sets the Seleniagram user for this UserManager.
setSendText(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized text for the "Send" button.
setSubbed(int) - Methode in Klasse eu.hobbydev.bracheus.classes.InstaUser
Sets the number of users the current user is subscribed to.
setSubbed(int) - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.User
Sets the number of users the current user is subscribed to.
setSubs(int) - Methode in Klasse eu.hobbydev.bracheus.classes.InstaUser
Sets the number of subscribers the user has.
setSubs(int) - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.User
Sets the number of subscribers the user has.
setUnreadMessage(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized text for the unread message indicator.
setUsername(String) - Methode in Klasse eu.hobbydev.bracheus.classes.ConfigurationHolder
Sets the username in this configuration.
setUsername(String) - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.ConfigurationHolder
Sets the username in the configuration.
setUsernameField(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized label for the "Username" field.
setWrongPassword(String) - Methode in Klasse eu.hobbydev.bracheus.classes.LanguageHolder
Sets the localized text for the "Wrong Password" message.
siteDelay() - Methode in Schnittstelle eu.hobbydev.bracheus.utils.HumanizerTools
Introduces a delay between site interactions.
size() - Methode in Klasse eu.hobbydev.bracheus.manager.ActionThreadManager
Returns the size() of actions
start() - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Starts the Selenium WebDriver.
stop() - Methode in Klasse eu.hobbydev.bracheus.manager.SeleniumManager
Stops the Selenium WebDriver session.
stopManager() - Methode in Klasse eu.hobbydev.bracheus.manager.ListenerThreadManager
Stops the listener thread by setting the running flag to false and interrupting the thread.
StoppingSeleniagramAction - Klasse in eu.hobbydev.bracheus.actions
The StoppingSeleniagramAction class implements the Actions interface and provides functionality to stop the running threads within the Seleniagram system.
StoppingSeleniagramAction() - Konstruktor für Klasse eu.hobbydev.bracheus.actions.StoppingSeleniagramAction
 
stopThread() - Methode in Klasse eu.hobbydev.bracheus.manager.ActionThreadManager
Stops the thread from running by setting the running flag to false and interrupting the thread.

T

toString() - Methode in Klasse eu.hobbydev.bracheus.classes.ConfigurationHolder
Returns a string representation of this configuration.
toString() - Methode in Schnittstelle eu.hobbydev.bracheus.interfaces.ConfigurationHolder
Returns a string representation of the configuration object, typically containing the current settings such as the username, password, language, and API key.

U

unregisterFollowedInstaUser(InstaUser) - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Unregisters an Instagram user from the list of followed users.
unregisterInstaUser(InstaUser) - Methode in Klasse eu.hobbydev.bracheus.manager.UserManager
Unregisters an Instagram user from the list of known users.
UpdateUserAction - Klasse in eu.hobbydev.bracheus.actions
The UpdateUserAction class is responsible for updating user data for both regular Instagram users and the Seleniagram user.
UpdateUserAction(String) - Konstruktor für Klasse eu.hobbydev.bracheus.actions.UpdateUserAction
Constructs an UpdateUserAction for the specified user with the default flag for Seleniagram user as false.
UpdateUserAction(String, boolean) - Konstruktor für Klasse eu.hobbydev.bracheus.actions.UpdateUserAction
Constructs an UpdateUserAction for the specified user, with an option to specify whether the user is a Seleniagram user.
User - Schnittstelle in eu.hobbydev.bracheus.interfaces
This interface defines methods for user-related information, including username, the number of subscribers, the number of subscriptions, and the number of posts.
userManager - Statische Variable in Klasse eu.hobbydev.bracheus.Seleniagram
 
UserManager - Klasse in eu.hobbydev.bracheus.manager
The UserManager class is responsible for managing both regular Instagram users and the Seleniagram user.
UserManager() - Konstruktor für Klasse eu.hobbydev.bracheus.manager.UserManager
 
A C D E F G H I L M O R S T U 
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form